Version

Search Results

PaneSettingsResolved Class

Represents the resolved settings exposed by a panes Settings. Syntax Remarks All of the properties of the PaneSettings object have default values that need to be resolved to determine the actual value. This allows the properties to be set for a single pane (Settings), a group of sibling panes (DefaultPaneSettings)...

PaneSettingsResolved Class Members

Public Constructors Public Properties

AllowClose Property (PaneSettingsResolved)

Returns whether the close button is enabled. Syntax Remarks This property always returns the value that is in effect for the control. The close button is displayed in a panes caption area. Clicking the button hides the pane. When this property is set to False, the pane cannot be hidden (closed) except through code...

AllowDockAsTab Property (PaneSettingsResolved)

Returns whether the pane may be dragged into a tab group or used to create a new tab group. Syntax Remarks This property always returns the value that is in effect for the control. This property is used to restrict the areas that a pane may be docked.

AllowDockBottom Property (PaneSettingsResolved)

Returns whether the pane may be repositioned to a DockArea on the bottom. Syntax Remarks This property always returns the value that is in effect for the control. This property is used to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontal...

AllowDockLeft Property (PaneSettingsResolved)

Returns whether the pane may be repositioned to a DockArea on the left. Syntax Remarks This property always returns the value that is in effect for the control. This property is used to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally...

AllowDockRight Property (PaneSettingsResolved)

Returns whether the pane may be repositioned to a DockArea on the right. Syntax Remarks This property always returns the value that is in effect for the control. This property is used to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontall...

AllowDockTop Property (PaneSettingsResolved)

Returns whether the pane may be repositioned to a DockArea on the top. Syntax Remarks This property always returns the value that is in effect for the control. This property is used to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally ...

AllowDragging Property (PaneSettingsResolved)

Returns whether the pane may be dragged. Syntax Remarks This property always returns the value that is in effect for the control. If the pane is draggable, it may be repositioned to other docking areas or floated in its own window. If this property is set to False to lock the pane into the docking area set up by t...