Returns or sets the text shown above the list of MDI child windows, in the Navigator user interface. Syntax Remarks If there are no MDI child windows being managed by the UltraDockManager then this text is not displayed. The visual attributes of this text can be customized via the ListHeaderAppearance property.
Returns or sets the maximum number of columns displayed in the list of MDI children, in the Navigator user interface. The default value is 4. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown. Syntax Remarks The resolved value of this property is based on the number of i...
Gets or sets the value which determines the style of the Navigator dialog. Syntax Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException The value assigned is not defined in the NavigatorStyle enumaration.
Gets the resolved value of NavigatorStyle. Syntax
Syntax Parameters propId
Syntax Parameters propId trigger
Syntax Parameters trigger
Overload List
Invoked after the entire object graph has been deserialized. Syntax Parameters sender The object that initiated the callback. The functionality for the this parameter is not currently implemented.
Invoked when the resources utilized by the object are released and the object is being disposed. Syntax Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within complex object graphs. Also note that ...