Version

Search Results

HotTracking Property (UltraDockManager)

Gets/sets whether panes give feedback when the mouse is moved over the caption or tab of a pane. Syntax Example The following code initializes various properties on the ultradockmanager component.

ImageList Property

Gets/sets the ImageList providing the images for the component. Syntax Example The following example demonstrates the initialization of the properties of the UltraDockManager component.

ImageSizeCaption Property

Gets/sets the size of the images used in the caption. Syntax Example The following code initializes various properties on the ultradockmanager component.

ImageSizeCaptionResolved Property

Returns the resolved size for the caption images. Syntax

ImageSizeTab Property

Gets/sets the size of the images used in the pane tab. Syntax Example The following code initializes various properties on the ultradockmanager component.

ImageSizeTabResolved Property

Returns the resolved size for the tab images. Syntax

ImageTransparentColor Property

Gets/sets the color displayed as transparent in a image. Syntax Remarks When set to a color other than Color.Transparent (the default), all occurrences of the color in the image will be made transparent. If an image is supplied by setting an Appearance.Image property to an Imagelist index, the ImageLists Transpare...

InitializeFloatingWindowContainer Method

Gets called when a floating window is being initialized to host a dock area pane which has just been floated. Syntax Parameters floatingWindowContainer The floating window Form which will be used to display the floating dock area pane.

InitializeFrom Method

Used during deserialization to initialize the component with the properties of the serialized UltraDockManager component Syntax Parameters source Deserialized UltraDockManager whose properties are copied

InitializeNavigatorItemDescription Event

Fires once for each list item that appears in the Navigator user interface, once that item has been selected. This event does not fire if the ShowDescriptionArea property is false. Syntax Event Data The event handler receives an argument of type InitializeNavigatorItemDescriptionEventArgs containing data related t...