Gets or sets the location of the toolbar in the toolstrip container.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Point Location { get; set; }
Public Property Location As Point
public: property Point Location { Point get (); void set (Point value); }