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

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