Intersoft ClientUI Documentation
DescriptionMaxHeight Property



Gets or sets the description box max height.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DescriptionMaxHeight As Double
Dim instance As UXPropertyGrid
Dim value As Double
 
instance.DescriptionMaxHeight = value
 
value = instance.DescriptionMaxHeight
[CategoryAttribute("Common Properties")]
public double DescriptionMaxHeight {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double DescriptionMaxHeight {
   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

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback