BCGControlBar Library for .NET
AutoSize Property (ButtonGroupPanel)




Indicates a value whether the ButtonGroupPanel takes the size of the Parent Control.
Syntax
'Declaration
 
Public Overrides ReadOnly Property AutoSize As Boolean
'Usage
 
Dim instance As ButtonGroupPanel
Dim value As Boolean
 
value = instance.AutoSize
public override bool AutoSize {get;}
public: __property bool get_AutoSize() override;
public:
property bool AutoSize {
   bool get() override;
}
Remarks
The overriden function returns true.
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

ButtonGroupPanel Class
ButtonGroupPanel Members
Base Implementation in AutoSize

Send Feedback