Wimark.Controls Class Library  

DockItem.FloatLocation Property

Gets or sets the coordinates of the upper-left corner of a floating DockItem control in screen coordinates.

[Visual Basic]
Public Property FloatLocation As Point 
[C#]
public Point FloatLocation {get; set;}
[C++]
public: __property Point get_FloatLocation();
public: __property void set_FloatLocation(Point);

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

DockItem Class | DockItem Members | Wimark.Controls Namespace