BCGControlBar Library for .NET
MaximumSize Property (Toolbar)




Syntax
'Declaration
 
Public Overrides Property MaximumSize As Size
'Usage
 
Dim instance As Toolbar
Dim value As Size
 
instance.MaximumSize = value
 
value = instance.MaximumSize
public override Size MaximumSize {get; set;}
public: __property Size get_MaximumSize() override;
public: __property void set_MaximumSize( 
   Size value
) override;
public:
property Size MaximumSize {
   Size get() override;
   void set (    Size 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

Toolbar Class
Toolbar Members
Base Implementation in MaximumSize

Send Feedback