ArcFM Engine Developer Guide
DockPaneBase Class Properties


For a list of all members of this type, see DockPaneBase members.

Public Properties
 NameDescription
Public PropertyCaptionReturns/sets the caption for the pane.  
Public PropertyClosedReturns/sets whether the pane is closed.  
Public PropertyDockAreaPaneReturns the root DockAreaPane ancestor that contains this pane.  
Public PropertyDockedStateReturns whether the pane is floating or docked to a container.  
Public PropertyHasSettingsReturns whether a PaneSettings object has been created for the Settings property of the pane.  
Public PropertyIndexReturns the index of the current pane in the Panes collection of the pane's parent. If the pane has no parent, then returns -1.  
Public PropertyIsActiveReturns/sets whether the current pane contains the active control or has a child pane containing the active control.  
Public PropertyIsInitializedReturns whether the InitializePane event has been fired for the pane.  
Public PropertyIsSelectedTabReturns/sets whether the pane is the selected item in a tab style group or sliding group. If the pane does not have a parent pane, this property returns false.  
Public PropertyIsVisibleReturns whether the pane is currently displayed. When panes are closed they are hidden, and this property will return false.  
Public PropertyKeyReturns/sets the unique string identifier for this pane in its collection.  
Public PropertyMaximizedReturns/sets whether the pane is maximized.  
Public PropertyMaximumSizeReturns/sets the maximum size of the pane. This property specifies the maximum height and/or width that the pane should not exceed during resizing.  
Public PropertyMinimizedReturns/sets whether the pane is minimized.  
Public PropertyMinimumSizeReturns/sets the minimum size of the pane. This property specifies the minimum height and/or width for the pane.  
Public PropertyNestDepthReturns the level of nesting occupied by the current pane. This property specifies how deeply nested the pane is within other panes. For top-level (DockArea) panes, NestDepth returns 0. A pane nested inside a top-level pane will return 1.  
Public PropertyParentReturns the parent of the current pane. This property returns null if the pane does not have a parent.  
Public PropertyParentDockedReturns the parent DockGroupPane that contains this pane when it is docked.  
Public PropertyParentFloatingReturns the parent DockGroupPane that contains this pane when it is floating.  
Public PropertySettingsReturns the PaneSettings object so that its properties and methods can be returned/set.  
Public PropertySizeReturns/sets the value used to determine the size of the pane in proportion to other panes in the same docking area.  
Public PropertyTabImageReturns/sets the image to be displayed on the tab associated with this pane.  
Public PropertyTabTextReturns/sets the text for the tab associated with this pane. If this property is a blank string, the Caption property will be used.  
Public PropertyTabTooltipReturns/sets the tooltip displayed when the mouse is over the pane's tab.  
Public PropertyTooltipCaptionReturns/sets the tooltip displayed when the mouse is over the pane's caption.  
Top
See Also

Reference

DockPaneBase Class
Miner.Windows.Docking Namespace

 

 


Send Comment