Intersoft ClientUI Documentation
ContentHeight Property (UXMenu)



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