The following tables list the members exposed by DockablePaneBase.
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
ActualSize | Returns the current size of the pane. | |
Closed | Returns or sets whether the pane is currently closed. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
DockAreaPane | Returns the root DockArea ancestor that contains the pane. | |
DockedState | Returns the current docking state of the pane. This property is read-only. | |
Element | Returns the Infragistics.Win.UIElement associated with the pane. | |
HasSettings | Indicates if a PaneSettings object has been created for the Settings property of the pane. | |
Index | Returns the index of the current pane in the Panes collection of the Pane's parent. | |
IsActive | Returns or sets whether the current pane contains the active control or a child pane containing the active control. | |
IsInitialized | Indicates if the InitializePane event has been fired for the pane. | |
IsSelectedTab | Returns or sets whether the pane is the selected item in a tab style group or sliding group. | |
IsVisible | Indicates if the pane is currently displayed. | |
Key | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
Manager | Returns the owning UltraDockManager component. | |
Maximized | Returns or sets whether the pane is maximized. | |
MaximizedResolved | Returns the resolved value indicating whether the pane appears as maximized. | |
MaximumSize | Returns or sets the maximum size of the pane. | |
MaximumSizeResolved | Returns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc. | |
Minimized | Returns or sets whether the pane is minimized. | |
MinimizedResolved | Returns the resolved value indicating whether the pane appears as minimized. | |
MinimumSize | Returns or sets the minimum size of the pane. | |
MinimumSizeResolved | Returns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc. | |
NestDepth | Returns the level of nesting occupied by the current pane. This property is read-only. | |
Parent | Returns the parent of the current pane. | |
ParentDocked | Returns the parent DockableGroupPane that contains the pane when it is docked. | |
ParentFloating | Returns the parent DockableGroupPane that contains the pane when it is floating. | |
Settings | Returns an object containing the default settings for the pane. | |
SettingsResolved | Returns an object providing the resolved values for the Settings property. | |
Size | Returns or sets a value used to determine the size of the pane in proportion to other panes in the same docking area. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Text | Gets/sets the text for the pane caption. | |
TextTab | Gets/sets the text for the tab caption. | |
TextTabResolved | Returns the resolved string displayed in the tab caption for the pane. | |
ToolTipCaption | Returns or sets the tooltip displayed when the mouse is over the pane's caption. | |
ToolTipTab | Returns or sets the tooltip displayed when the mouse is over the pane's tab. |
Name | Description | |
---|---|---|
DefaultPaneSize | Returns the size of the pane when it has not been explicitly set. | |
IsLayoutSuspended | Indicates if the size calculations should be suspended | |
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Activate | Activates the control contained within the pane. | |
Close | Overloaded. Closes the pane. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
Dock | Overloaded. Docks the pane and its children to a new DockAreaPane at the specified location. | |
Float | Overloaded. Places the pane and any of its child panes into a floating window. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetObjectData | Serializes the objects non-default contents into the info. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Pin | Pins all of the DockableControlPane descendant panes. | |
RepositionToGroup | Overloaded. Repositions the pane to a new group. | |
RepositionToPane | Repositions the pane relative to the specified pane. | |
Reset | Resets the properties of the pane to their default values. | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetMaximumSize | Resets the MaximumSize to its default value. | |
ResetMinimumSize | Resets the MinimumSize to its default value. | |
ResetSettings | Resets the properties of the Settings to its default values. | |
ResetSize | Resets the Size to its default value. | |
ShouldSerialize | Indicates if the pane object needs to be serialized. | |
ShouldSerializeKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Show | Used to ensure that the pane is displayed by updating the Closed property of itself and its parent chain. | |
ToggleDockState | Toggles the pane and its child panes between the last docked and floating states. | |
Unpin | Unpins all of the DockableControlPane descendant panes. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AdjustChildPaneSize | Updates the size of the child pane(s) based on the contents area. | |
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
EnforceMinMax | Overloaded. Invoked to adjust a size to enforce the minimum and maximum sizes of a pane | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAddedToCollection | Overridden. Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set | |
OnDeserializationCallback | Invoked from the OnDeserialization method of the System.Runtime.Serialization.IDeserializationCallback interface | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | Overridden. Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches | |
OnSubObjectPropChanged | Overridden. Invoked when the property of a subobject has changed. | |
PropertyChanged | Invoked when a pane's property has been changed. | |
ResetInternedKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeMaximumSize | Indicates if the MaximumSize property should be serialized. | |
ShouldSerializeMinimumSize | Indicates if the MinimumSize property should be serialized. | |
ShouldSerializeSettings | Indicates if the Settings property needs to be serialized. | |
ShouldSerializeSize | Indicates if the Size property should be serialized. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |