Version

Search Results

AllowDockRight Property (PaneSettings)

Returns or sets whether the pane may be docked in the DockArea at the right side of the client area. Syntax Remarks You can use this property to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally or vertically. Example The following exa...

AllowDockTop Property (PaneSettings)

Returns or sets whether the pane may be docked in the DockArea at the top of the client area. Syntax Remarks You can use this property to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally or vertically. Example The following examples d...

AllowDragging Property (PaneSettings)

Returns or sets whether the pane may be dragged. Syntax Remarks If the pane is draggable, it may be repositioned to other docking areas or floated in its own window. Set this property to False to lock the pane into the docking area set up by the developer. Example The following code demonstrates setting the proper...

AllowFloating Property (PaneSettings)

Returns or sets whether the pane may be undocked and placed in its own floating window. Syntax Remarks 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 docking. Example The following examples demonstrates initializing the ...

AllowMaximize Property (PaneSettings)

Returns or sets 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 ...

AllowMinimize Property (PaneSettings)

Returns or sets 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 ...

AllowPin Property (PaneSettings)

Returns or sets whether the pane may be pinned or unpinned. Syntax Remarks 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 contents are displayed only while in use. At other times, the pane...

AllowResize Property (PaneSettings)

Returns or sets whether the pane may be resized. Syntax Remarks Set this property to False to prevent the user from resizing a pane by dragging its edges. Example The following code demonstrates setting the properties of the dock manager to prevent the user from resizing or repositioning the panes.

Appearance Property (PaneSettings)

Returns or sets the Infragistics.Win.Appearance object used to format 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 ...

BorderStyleCaption Property (PaneSettings)

Returns or sets the border style for the caption. Syntax Example The following example demonstrates the initialization of the properties of the UltraDockManager component.