Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / UncheckedToolTip Property


In This Topic
    UncheckedToolTip Property
    In This Topic
    Gets or sets the ToolTip to use when the mouse is over the unchecked side.
    Syntax
    'Declaration
     
    Public Property UncheckedToolTip As String
    'Usage
     
    Dim instance As ToggleSwitch
    Dim value As String
     
    instance.UncheckedToolTip = value
     
    value = instance.UncheckedToolTip
    public string UncheckedToolTip {get; set;}
    Requirements

    See Also