This property is not meaningful for this control.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Point Location { get; set; }
Visual Basic
Public Property Location As Point
	Get
	Set
Visual C++
public:
property Point Location {
	Point get ();
	void set (Point value);
}
F#
member Location : Point with get, set

Property Value

Type: Point

See Also