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

In This Topic
    ExtraIcons Property (DropDownEditorViewBase)
    In This Topic
    Gets a collection with additional input editor icons.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtraIcons As ObservableCollection(Of C1Icon)
    public ObservableCollection<C1Icon> ExtraIcons {get;}
    See Also