Version

Search Results

DisplayText Property

Gets/sets the caption of the item. Syntax

IsMdiChild Property (InitializeNavigatorItemEventArgs)

Returns true if the item represents an MDI child window. Syntax

ItemAppearance Property (InitializeNavigatorItemEventArgs)

Returns an Appearance object with which the items visual settings can be customized. Syntax

MdiChild Property (InitializeNavigatorItemEventArgs)

Returns the MDI child window represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns false. Syntax

Pane Property (InitializeNavigatorItemEventArgs)

Returns the pane represented by the item being initialized, or null. This property returns null when the IsMdiChild property returns true. Syntax

InitializeNavigatorItemHandler Delegate

Delegate used by the InitializeNavigatorItem event. Syntax Parameters sender e

InitializePaneEventArgs Class

Event parameters used for UltraDockManager.InitializePane event Syntax Example The following code uses the InitializePane event to initialize values on the dock areas created automatically as a pane is repositioned by the user. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handler...

InitializePaneEventArgs Class Members

Public Constructors Public Properties

CreatedAutomatically Property

Indicates if the component implicitly created the group pane object. Syntax Example The following code uses the InitializePane event to initialize values on the dock areas created automatically as a pane is repositioned by the user. For an overview of how to handle events in Visual Basic or Visual C#, see Event Ha...