InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDropDown Class / Width Property

In This Topic
    Width Property (InputDropDown)
    In This Topic
    Gets or sets the width of the component. Set to -1 to have the component calculate it automatically.
    Syntax
    'Declaration
     
    Public Overridable Property Width As Integer
    public virtual int Width {get; set;}
    See Also