MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / GetWidth Method

In This Topic
    GetWidth Method
    In This Topic
    Gets the width of the dropdown view for autosize mode.
    Syntax
    'Declaration
     
    
    Function GetWidth() As Integer
    int GetWidth()

    Return Value

    The width of dropdown view.
    See Also