BCGControlBar Library for .NET
Bounds Property (ToolbarBaseControlButton)




Specifies the boundaries of the ToolbarBaseControlButton.
Syntax
'Declaration
 
Public Overrides WriteOnly Property Bounds As Rectangle
'Usage
 
Dim instance As ToolbarBaseControlButton
 
instance.Bounds = value
public override Rectangle Bounds {set;}
public: __property void set_Bounds( 
   Rectangle value
) override;
public:
property Rectangle Bounds {
   void set (    Rectangle 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 Bounds

Send Feedback