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

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