'Declaration Public Event InitializeNavigatorItemDescription As InitializeNavigatorItemDescriptionHandler
public event InitializeNavigatorItemDescriptionHandler InitializeNavigatorItemDescription
The event handler receives an argument of type InitializeNavigatorItemDescriptionEventArgs containing data related to this event. The following InitializeNavigatorItemDescriptionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BodyText | Gets/sets the body of the item's description, as seen in the Description Area of the Navigator user interface. |
BodyText2 | Gets or sets the second line of the body of the item's description, as seen in the Description Area of the Navigator dialog. |
HeaderText | Gets/sets the caption of the item's description, as seen in the Description Area of the Navigator user interface. |
IsMdiChild | Returns true if the item represents an MDI child window. |
MdiChild | Returns the MDI child window represented by the selectd item, or null. This property returns null when the IsMdiChild property returns false. |
Pane | Returns the pane represented by the selected item, or null. This property returns null when the IsMdiChild property returns true. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2