Wimark.Controls Class Library  

DockableFlags.OwnerLeft Property

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

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