Version

Search Results

HotTrackingCaptionAppearance Property

Returns or sets the Infragistics.Win.Appearance object use to format the panes caption when the mouse is over the caption. Syntax Example The following code initializes various properties on the ultradockmanager component.

HotTrackingSlidingGroupAppearance Property

Returns or sets the Infragistics.Win.Appearance object used to format the panes caption when the mouse is over the caption of a sliding group pane. Syntax Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the UltraDockM...

HotTrackingTabAppearance Property

Returns or sets the Infragistics.Win.Appearance object used to format the panes tab when the mouse is over the tab. Syntax Example The following code initializes various properties on the ultradockmanager component.

InitializeTag Method (PaneSettings)

Syntax Parameters tagValue

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger

OnDeserialization Method (PaneSettings)

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 (PaneSettings)

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