NetXP 3.0 Reference

DockObject Members

DockObject overview

Public Static (Shared) Properties

DefaultAutoHideSize The default size for auto-hidden objects.
DefaultDisplayLocation The default location for floating objects.
DefaultDisplaySize The default size for docked objects.
DefaultFloatingSize The default size for floating objects.

Public Instance Constructors

DockObjectOverloaded. Initializes a new instance of the DockObject class.

Public Instance Properties

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

Public Instance Methods

BringToFront 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 Internal.
OnPropertyChanging Internal.
RecordAutoHideRestore Records a restore object.
RecordDockingRestore Records a restore object.
RecordFloatingRestore Records a restore object.
RecordRestore Records a restore object.
ToString (inherited from Object)Returns a String that represents the current Object.
UpdateVisibility Updates the object's visibility.

Public Instance Events

PropertyChanged A property has changed.
PropertyChanging A property is changing.

See Also

DockObject Class | NETXP.Controls.Docking Namespace