Intersoft ClientUI Documentation
ContentMinWidth Property (UXContextMenu)



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