ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / AutoSize Property

In This Topic
    AutoSize Property (C1DropDownControl)
    In This Topic
    Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
    Syntax
    'Declaration
     
    Public Property AutoSize As Boolean
    public bool AutoSize {get; set;}
    See Also