Version

InitializeNavigatorItemDescriptionEventArgs Class Members

The following tables list the members exposed by InitializeNavigatorItemDescriptionEventArgs.

Public Properties
 NameDescription
Public PropertyBodyTextGets/sets the body of the item's description, as seen in the Description Area of the Navigator user interface.  
Public PropertyBodyText2Gets or sets the second line of the body of the item's description, as seen in the Description Area of the Navigator dialog.  
Public PropertyHeaderTextGets/sets the caption of the item's description, as seen in the Description Area of the Navigator user interface.  
Public PropertyIsMdiChildReturns true if the item represents an MDI child window.  
Public PropertyMdiChildReturns the MDI child window represented by the selectd item, or null. This property returns null when the IsMdiChild property returns false.  
Public PropertyPaneReturns the pane represented by the selected item, or null. This property returns null when the IsMdiChild property returns true.  
See Also