ComponentOne FinancialChart for WPF
ShowToolTip Property



C1.WPF Namespace > C1RadialMenu Class : ShowToolTip Property
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

Reference

C1RadialMenu Class
C1RadialMenu Members