NetXP 3.0 Reference

DockingManagerExtender Members

DockingManagerExtender overview

Public Instance Constructors

DockingManagerExtenderOverloaded. Initializes a new instance of the DockingManagerExtender class.

Public Instance Properties

AutomaticStatePersistence Enable or disable the Automatic State Persistence feature. If enabled the customized docking settings made by the user are persistent by User/Domain/WorkingArea
Container (inherited from Component) Gets the IContainer that contains the Component.
ContainerControl Gets or sets the object to which the docking manager instance is attached
DockingManager The wrapped DockingManager. Direct access to all properties.
InnerControl Sets or gets the Control for which the docking windows will not be allowed to dock inside of the specified control.
OuterControl Sets or gets the Control for which docking windows will not be allowed to dock outside of the specified control.
Site (inherited from Component) Gets or sets the ISite of the Component.

Public Instance Methods

CanExtend Internal.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAllowDocking Gets if control is in dock mode.
GetCaptionBar Gets the caption bar property.
GetCloseButton Gets the enable and disable state of the close button for this docking window.
GetCloseOnHide Gets the close-on-hide property.
GetDockingStyle Gets the dock style for the control.
GetFullTitle Gets the text displayed in docking control title.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHideButton Gets the hide button property.
GetIcon Gets the icon displayed in tabbed/hide mode.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetMinimumSize Gets the minimum size property.
GetTabbedMode Gets the mode for tabbed docking.
GetTitle Gets the text displayed in tabbed/hide mode.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
LoadConfigFromStream Restores the docking configuration.
ResetAutoPersistent Reset Automatic State Persistence
SaveConfigToStream Stores the docking configuration.
SetAllowDocking Enables and disabled the docking for the control.
SetCaptionBar Sets the caption bar property.
SetCloseButton Enable and disables the close button of the docking window.
SetCloseOnHide Sets the close-on-hide property.
SetDockingStyle Sets the dock style for the control.
SetFullTitle Sets the text displayed in docking control title.
SetHideButton Sets the hide button property.
SetIcon Sets the icon displayed in tabbed/hide mode.
SetMinimumSize Sets the minimum size property.
SetTabbedMode Sets the mode for tabbed docking.
SetTitle Sets the text displayed in tabbed/hide mode.
ToString (inherited from Component) 

Public Instance Events

Closed The docking manager extender has finished closing.
Closing The docking manager extender is closing.
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
Loaded The docking manager extender has finished loading.
Loading The docking manager extender is loading.

See Also

DockingManagerExtender Class | NETXP.Controls.Docking Namespace