Version

Search Results

MdiListCaption Property

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.

MdiListMaxColumns 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...

NavigatorStyle Property

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.

NavigatorStyleResolved Property

Gets the resolved value of NavigatorStyle. Syntax

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger

OnDeserialization Method (NavigatorSettings)

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.

OnDispose Method (NavigatorSettings)

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 ...