Version

Search Results

Settings Property

Returns an object containing the default settings for the pane. Syntax Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the UltraDockManager and on the DockableGroupPane and as the Settings property on a DockablePaneBa...

SettingsResolved Property

Returns an object providing the resolved values for the Settings property. Syntax

ShouldSerialize Method (DockablePaneBase)

Indicates if the pane object needs to be serialized. Syntax Return Value True if any of the properties of the pane differ from the default values. Example

ShouldSerializeMaximumSize Method

Indicates if the MaximumSize property should be serialized. Syntax Return Value True if the MaximumSize differs from the default value. Example

ShouldSerializeMinimumSize Method

Indicates if the MinimumSize property should be serialized. Syntax Return Value True if the MinimumSize differs from the default value. Example

ShouldSerializeSettings Method

Indicates if the Settings property needs to be serialized. Syntax Return Value True if any of the properties on the PaneSettings object differ from the default values. Example

ShouldSerializeSize Method

Indicates if the Size property should be serialized. Syntax Return Value True if the Size differs from the default value. Example