BCGControlBar Library for .NET
AutomaticSize Property




Calculates the size which should be set for a command panel on calling AdjustLayout method if its property AutoSize is equal to true.
Syntax
'Declaration
 
Public Overridable ReadOnly Property AutomaticSize As Size
'Usage
 
Dim instance As CommandPanel
Dim value As Size
 
value = instance.AutomaticSize
public virtual Size AutomaticSize {get;}
public: __property virtual Size get_AutomaticSize();
public:
virtual property Size AutomaticSize {
   Size get();
}
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

Send Feedback