Wimark.Controls Class Library  

DockableFlags.OwnerTop Property

Gets or sets a flag that indicates whether a DockItem control is permitted to dock to the upper edge of the owner form.

[Visual Basic]
Public Property OwnerTop As Boolean 
[C#]
public bool OwnerTop {get; set;}
[C++]
public: __property bool get_OwnerTop();
public: __property void set_OwnerTop(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockableFlags Class | DockableFlags Members | Wimark.Controls Namespace | DockItem