Version

PaneSettingsResolved Class Members

The following tables list the members exposed by PaneSettingsResolved.

Public Constructors
 NameDescription
Public ConstructorPaneSettingsResolved ConstructorInitializes a new PaneSettingsResolved instance  
Public Properties
 NameDescription
Public PropertyAllowCloseReturns whether the close button is enabled.  
Public PropertyAllowDockAsTabReturns whether the pane may be dragged into a tab group or used to create a new tab group.  
Public PropertyAllowDockBottomReturns whether the pane may be repositioned to a DockArea on the bottom.  
Public PropertyAllowDockLeftReturns whether the pane may be repositioned to a DockArea on the left.  
Public PropertyAllowDockRightReturns whether the pane may be repositioned to a DockArea on the right.  
Public PropertyAllowDockTopReturns whether the pane may be repositioned to a DockArea on the top.  
Public PropertyAllowDraggingReturns whether the pane may be dragged.  
Public PropertyAllowFloatingReturns whether the pane may be undocked and placed in its own floating window.  
Public PropertyAllowMaximizeReturns whether the maximize button is enabled.  
Public PropertyAllowMinimizeReturns whether the minimize button is enabled.  
Public PropertyAllowPinReturns whether the pane may be pinned or unpinned.  
Public PropertyAllowResizeReturns whether the pane may be resized.  
Public PropertyBorderStyleCaptionReturns the border style for the caption.  
Public PropertyBorderStylePaneReturns the border style for the pane.  
Public PropertyCanDisplayAsMdiChildReturns whether the control pane's DockableControlPane.IsMdiChild state can be changed.  
Public PropertyDoubleClickActionReturns the action that occurs when double clicking on a pane's caption, tab, or sliding group element.  
Public PropertyGrabHandleStyleReturns the type of grab handle that is displayed within the pane caption.  
Public PropertyPaddingBottomReturns the amount of padding below the contents of the pane.  
Public PropertyPaddingLeftReturns the amount of padding on the left side of the contents of the pane.  
Public PropertyPaddingRightReturns the amount of padding on the right side of the contents of the pane.  
Public PropertyPaddingTopReturns the amount of padding above the contents of the pane.  
Public PropertyShowCaptionReturns whether the caption for the pane is displayed.  
Public PropertyTabWidthReturns or sets the size for a fixed-width pane tab.  
See Also