NetXP 3.0 Reference

ExDockObject Members

ExDockObject overview

Public Instance Constructors

ExDockObjectOverloaded. Initializes a new instance of the ExDockObject class.

Public Instance Properties

AutoHidden (inherited from DockObject) Gets/sets if the object is auto-hidden.
AutoHidePanel (inherited from DockObject) Gets/sets the auto-hide panel, if any.
AutoHideRestore (inherited from DockObject) The auto-hide restore object for this object.
AutoHideSize (inherited from DockObject) Gets/sets the auto hide size of the object.
CaptionBar (inherited from DockObject) Should the object have a caption bar?
CloseButton (inherited from DockObject) Should the object have a close button?
CloseOnHide (inherited from DockObject) Should the object be closed when auto-hidden?
Control (inherited from DockObject) Gets/sets the control assigned to this object.
DefaultRestore (inherited from DockObject) The default restore object for this object.
DisplayLocation (inherited from DockObject) Gets/sets the location of the object.
DisplaySize (inherited from DockObject) Gets/sets the display size of the object.
Docked (inherited from DockObject) Gets/sets if the object is docked.
DockingManager (inherited from DockObject) Gets/sets the docking manager used by this object.
DockingRestore (inherited from DockObject) The docking restore object for this object.
DockStyle Gets or sets the DockStyle.
FloatingRestore (inherited from DockObject) The floating restore object for this object.
FloatingSize (inherited from DockObject) Gets/sets the floating size of the object.
FullTitle (inherited from DockObject) Gets/sets the full title assigned to this object.
HideButton (inherited from DockObject) Should the object have an auto-hide button?
Icon (inherited from DockObject) Gets/sets the icon assigned to this object.
MinimumSize (inherited from DockObject) The minimum size of this object.
Order (inherited from DockObject) Gets the order of the object.
ParentWindowObjects (inherited from DockObject) Gets/sets the parent window object.
TabbedMode Enable or disable the tabbed docking mode.
Tag (inherited from DockObject) An object associated with this object.
Title (inherited from DockObject) Gets/sets the title assigned to this object.
Visible (inherited from DockObject) Is this object visible?

Public Instance Methods

BringToFront (inherited from DockObject) Brings the object to front.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
OnPropertyChanged (inherited from DockObject) Internal.
OnPropertyChanging (inherited from DockObject) Internal.
RecordAutoHideRestore (inherited from DockObject) Records a restore object.
RecordDockingRestore (inherited from DockObject) Records a restore object.
RecordFloatingRestore (inherited from DockObject) Records a restore object.
RecordRestore (inherited from DockObject) Records a restore object.
ToString (inherited from Object)Returns a String that represents the current Object.
UpdateVisibility (inherited from DockObject) Updates the object's visibility.

Public Instance Events

PropertyChanged (inherited from DockObject) A property has changed.
PropertyChanging (inherited from DockObject) A property is changing.

See Also

ExDockObject Class | NETXP.Controls.Docking Namespace