Intersoft ClientUI Documentation
ContentMinHeight Property (UXDropDownButton)



Gets or sets the minimum height of content inside context menu.
Syntax
<CategoryAttribute("Appearance")>
Public Property ContentMinHeight As Double
Dim instance As UXDropDownButton
Dim value As Double
 
instance.ContentMinHeight = value
 
value = instance.ContentMinHeight
[CategoryAttribute("Appearance")]
public double ContentMinHeight {get; set;}
[CategoryAttribute("Appearance")]
public:
property double ContentMinHeight {
   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

UXDropDownButton Class
UXDropDownButton Members

Send Feedback