Wimark.Controls Class Library  

DockNode.OwnerEdge Property

Gets or sets a value indicating which side of the owner form a DockNode control is docked to.

[Visual Basic]
Public Property OwnerEdge As OwnerEdge 
[C#]
public OwnerEdge OwnerEdge {get; set;}
[C++]
public: __property OwnerEdge get_OwnerEdge();
public: __property void set_OwnerEdge(OwnerEdge);

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

DockNode Class | DockNode Members | Wimark.Controls Namespace