BCGControlBar Library for .NET
Location Property (ToolbarBaseControlButton)




Sets the coordinates of the upper-left corner of the ToolbarBaseControlButton relative to the upper-left corner of its parent command bar.
Syntax
'Declaration
 
Public Overrides WriteOnly Property Location As Point
'Usage
 
Dim instance As ToolbarBaseControlButton
 
instance.Location = value
public override Point Location {set;}
public: __property void set_Location( 
   Point value
) override;
public:
property Point Location {
   void set (    Point value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarBaseControlButton Class
ToolbarBaseControlButton Members
Base Implementation in Location

Send Feedback