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

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