Version

Search Results

AllowFloating Property (PaneSettingsResolved)

Returns whether the pane may be undocked and placed in its own floating window. Syntax Remarks This property always returns the value that is in effect for the control. If this property is set to False, the pane may only be docked to the container area. The user can still move the pane to a different edge for dock...

AllowMaximize Property (PaneSettingsResolved)

Returns whether the maximize button is enabled. Syntax Remarks For the maximize button to be visible on any pane, the UltraDockManager.ShowMaximizeButton property of the control must be set to True. The default value for ShowMaximizeButton is False. The AllowMaximize property determines whether a pane can be maxim...

AllowMinimize Property (PaneSettingsResolved)

Returns whether the minimize button is enabled. Syntax Remarks For the minimize button to be visible on any pane, the UltraDockManager.ShowMinimizeButton property of the control must be set to True. The default value for ShowMinimizeButton is False. The AllowMinimize property determines whether a pane can be minim...

AllowPin Property (PaneSettingsResolved)

Returns whether the pane may be pinned or unpinned. Syntax Remarks This property always returns the value that is in effect for the control. This property determines whether a pin button will be displayed in the panes title bar. The user can click this button to pin or unpin the pane. When a pane is unpinned, its ...

AllowResize Property (PaneSettingsResolved)

Returns whether the pane may be resized. Syntax Remarks This property always returns the value that is in effect for the control. Set this property to False to prevent the user from resizing a pane by dragging its edges.

BorderStyleCaption Property (PaneSettingsResolved)

Returns the border style for the caption. Syntax Remarks This property always returns the value that is in effect for the control.

BorderStylePane Property (PaneSettingsResolved)

Returns the border style for the pane. Syntax Remarks This property always returns the value that is in effect for the control.

CanDisplayAsMdiChild Property (PaneSettingsResolved)

Returns whether the control panes DockableControlPane.IsMdiChild state can be changed. Syntax

DoubleClickAction Property (PaneSettingsResolved)

Returns the action that occurs when double clicking on a panes caption, tab, or sliding group element. Syntax Remarks By default when double clicking on the caption, tab or sliding group element of a pane, its state is toggled. If the pane was docked, the pane and any descendants are returned to their previous flo...

GrabHandleStyle Property (PaneSettingsResolved)

Returns the type of grab handle that is displayed within the pane caption. Syntax Remarks By default, the grab handle style is based on the UltraDockManager.CaptionStyle.