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

In This Topic
    OnText Property
    In This Topic
    Gets or sets the text displayed when the state is On.
    Syntax
    'Declaration
     
    
    Public Property OnText As String
    public string OnText {get; set;}
    See Also