Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavAddButton Class / Icon Property

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