Intersoft ClientUI Documentation
ContentMaxWidth Property (UXContextMenu)



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

UXContextMenu Class
UXContextMenu Members

Send Feedback