Wimark.Controls Class Library  

DockableFlags.OwnerBottom Property

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

[Visual Basic]
Public Property OwnerBottom As Boolean 
[C#]
public bool OwnerBottom {get; set;}
[C++]
public: __property bool get_OwnerBottom();
public: __property void set_OwnerBottom(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