NetXP 3.0 Reference

DockObject Properties

The properties of the DockObject class are listed below. For a complete list of DockObject class members, see the DockObject Members topic.

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 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?

See Also

DockObject Class | NETXP.Controls.Docking Namespace