Intersoft ClientUI Documentation
MinimumButtonSize Property



Gets or sets the minimum button size. When this value is specfied (> -1), the auto adjust mechanism will be applied.
Syntax
<CategoryAttribute("Button")>
Public Property MinimumButtonSize As Double
Dim instance As UXDock
Dim value As Double
 
instance.MinimumButtonSize = value
 
value = instance.MinimumButtonSize
[CategoryAttribute("Button")]
public double MinimumButtonSize {get; set;}
[CategoryAttribute("Button")]
public:
property double MinimumButtonSize {
   double get();
   void set (    double value);
}
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

UXDock Class
UXDock Members

Send Feedback