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

In This Topic
    Value Property (C1ToggleSwitch)
    In This Topic
    Gets or sets a value of the C1ToggleSwitch control.
    Syntax
    'Declaration
     
    
    Public Property Value As Boolean
    public bool Value {get; set;}
    See Also