Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / Width Property

In This Topic
    Width Property (DropDownEditorViewBase)
    In This Topic
    Element width. Set to -1 to let the element calculate it automatically.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    public int Width {get; set;}
    See Also