Version

InitializeNavigatorItemEventArgs Class Members

The following tables list the members exposed by InitializeNavigatorItemEventArgs.

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