Intersoft ClientUI Documentation
ContentMaxHeight Property (UXMenu)



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

UXMenu Class
UXMenu Members

Send Feedback