ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / DropDownWidth Property



In This Topic
    DropDownWidth Property (C1ComboBox)
    In This Topic
    Gets or sets the width of the drop-down box (set to Double.NaN to size automatically).
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Double
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Double
     
    instance.DropDownWidth = value
     
    value = instance.DropDownWidth
    public double DropDownWidth {get; set;}
    public:
    property double DropDownWidth {
       double get();
       void set (    double value);
    }
    See Also