BCGControlBar Library for .NET
Location Property (CustomizeButton)




Sets the coordinates of the upper-left corner of the customize button relative to the upper-left corner of the parent command bar.

Syntax
'Declaration
 
Public Overrides WriteOnly Property Location As Point
'Usage
 
Dim instance As CustomizeButton
 
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

CustomizeButton Class
CustomizeButton Members
Base Implementation in Location

Send Feedback