Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1ToggleSwitch Class / OnIcon Property

In This Topic
    OnIcon Property
    In This Topic
    Gets or sets the icon displayed when the state is On.
    Syntax
    'Declaration
     
    
    Public Property OnIcon As C1Icon
    public C1Icon OnIcon {get; set;}
    See Also