NetXP 3.0 Reference

DockObject.Property Enumeration

Enumeration of property change events.

[Visual Basic]
Public Enum DockObject.Property
[C#]
public enum DockObject.Property

Members

Member NameDescription
Control The Control property of the object.
Title The Title property of the object.
FullTitle The FullTitle property of the object.
Icon The Icon property of the object.
CaptionBar The CaptionBar property of the object.
CloseButton The CloseButton property of the object.
HideButton The HideButton property of the object.
DisplaySize The DisplaySize property of the object.
AutoHideSize The AutoHideSize property of the object.
FloatingSize The FloatingSize property of the object.
DisplayLocation The DisplayLocation property of the object.
AutoHidden The AutoHidden property of the object.

Requirements

Namespace: NETXP.Controls.Docking

Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)

See Also

NETXP.Controls.Docking Namespace