ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ButtonSettings Class / Icon Property

In This Topic
    Icon Property (ButtonSettings)
    In This Topic
    Gets or sets the C1.Framework.C1Icon that is displayed on the button.
    Syntax
    'Declaration
     
    
    Public Property Icon As C1.Framework.C1Icon
    public C1.Framework.C1Icon Icon {get; set;}
    See Also