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

In This Topic
    Icon Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets the icon of input editor.
    Syntax
    'Declaration
     
    
    Public Property Icon As C1Icon
    public C1Icon Icon {get; set;}
    See Also