ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / ShowToolTip Property



In This Topic
    ShowToolTip Property
    In This Topic
    Determines whether the control should display tooltips for individual items.
    Syntax
    'Declaration
     
    
    Public Property ShowToolTip As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As Boolean
     
    instance.ShowToolTip = value
     
    value = instance.ShowToolTip
    public bool ShowToolTip {get; set;}
    public:
    property bool ShowToolTip {
       bool get();
       void set (    bool value);
    }
    See Also