Version

Search Results

ShouldSerializeDefaultPaneSettings Method (UltraDockManager)

Returns a Boolean value that determines whether the DefaultPaneSettings property is set to its default value. Syntax Return Value True if any of the values of the DefaultPaneSettings differs from the default values. Remarks Returns True if the DefaultPaneSettings property is not set to its default value; otherwise...

ShouldSerializeDockAreas Method

Returns a Boolean value that determines whether the DockAreas property is set to its default value. Syntax Return Value True if the DockAreas contains any DockAreaPane instances. Remarks Returns True if the DockAreas property is not set to its default value; otherwise, it returns False. Example

ShouldSerializeDragWindowColor Method

Returns a Boolean value that determines whether the DragWindowColor property is set to its default value. Syntax Return Value True if the DragWindowColor value differs from the default value. Remarks Returns True if the DragWindowColor property is not set to its default value; otherwise, it returns False. Invoke t...

ShouldSerializeImageSizeCaption Method

Returns a Boolean value that determines whether the ImageSizeCaption property is set to its default value. Syntax Return Value True if the ImageSizeCaption value differs from the default value. Remarks Returns True if the ImageSizeCaption property is not set to its default value; otherwise, it returns False. Invok...

ShouldSerializeImageSizeTab Method

Returns a Boolean value that determines whether the ImageSizeTab property is set to its default value. Syntax Return Value True if the ImageSizeTab value differs from the default value. Remarks Returns True if the ImageSizeTab property is not set to its default value; otherwise, it returns False. Invoke the ResetI...

ShouldSerializeImageTransparentColor Method

Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value. Syntax Return Value Returns true if this property is not set to its default value Remarks Returns True if the ImageTransparentColor property is not set to its default value; otherwise, it returns False. ...

ShouldSerializeNavigatorSettings Method

Returns a Boolean value that determines whether the NavigatorSettings property is set to its default value. Syntax Return Value True if any of the values of the NavigatorSettings differs from the default values. Remarks Returns True if the NavigatorSettings property is not set to its default value; otherwise, it r...

ShouldSerializeSplitterBarAppearance Method

Indicates whether the SplitterBarAppearance property contains data that needs to be serialized. Syntax Return Value Returns true if the SplitterBarAppearance property needs to be serialized. Remarks Use this method to determine if an Appearance object has been created and contains data that needs to be serialized....

ShouldSerializeUnpinnedTabAreaAppearance Method

Indicates whether the UnpinnedTabAreaAppearance property contains data that needs to be serialized. Syntax Return Value Returns true if the UnpinnedTabAreaAppearance property needs to be serialized. Remarks Use this method to determine if an Appearance object has been created and contains data that needs to be ser...

ShowAll() Method

Shows all hidden panes Syntax Example The following code initializes various properties on the ultradockmanager component.