BCGControlBar Library for .NET
AutoSize Property (CommandPanel)




Specifies if a command panel  changes its size, if necessary, to attain the value specified by the AutomaticSize property.
Syntax
'Declaration
 
Public Overrides Property AutoSize As Boolean
'Usage
 
Dim instance As CommandPanel
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize
public override bool AutoSize {get; set;}
public: __property bool get_AutoSize() override;
public: __property void set_AutoSize( 
   bool value
) override;
public:
property bool AutoSize {
   bool get() override;
   void set (    bool 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

CommandPanel Class
CommandPanel Members
Base Implementation in AutoSize

Send Feedback