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


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

    See Also