Version

InitializeNavigatorItemEventArgs Class Properties

For a list of all members of this type, see InitializeNavigatorItemEventArgs members.

Public Properties
 NameDescription
Public PropertyDisplayTextGets/sets the caption of the item.  
Public PropertyIsMdiChildReturns true if the item represents an MDI child window.  
Public PropertyItemAppearanceReturns an Appearance object with which the item's visual settings can be customized.  
Public PropertyMdiChildReturns the MDI child window represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns false.  
Public PropertyPaneReturns the pane represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns true.  
See Also