ComponentOne Basic Library for WPF and Silverlight
MaxDropDownWidth Property (C1DropDownButton)


C1.WPF Namespace > C1DropDownButton Class : MaxDropDownWidth Property
Gets or sets maximum width constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MaxDropDownWidth As System.Double
'Usage
 
Dim instance As C1DropDownButton
Dim value As System.Double
 
instance.MaxDropDownWidth = value
 
value = instance.MaxDropDownWidth
public System.double MaxDropDownWidth {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members