The following tables list the members exposed by InitializeNavigatorItemEventArgs.
Name | Description | |
---|---|---|
DisplayText | Gets/sets the caption of the item. | |
IsMdiChild | Returns true if the item represents an MDI child window. | |
ItemAppearance | Returns an Appearance object with which the item's visual settings can be customized. | |
MdiChild | Returns the MDI child window represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns false. | |
Pane | Returns the pane represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns true. |