ComponentOne Basic Library for WPF and Silverlight
ShowToolTip Property (C1RadialMenu)


C1.WPF Namespace > C1RadialMenu Class : ShowToolTip Property
Determines whether the control should display tooltips for individual items.
Syntax
'Declaration
 
Public Property ShowToolTip As System.Boolean
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Boolean
 
instance.ShowToolTip = value
 
value = instance.ShowToolTip
public System.bool ShowToolTip {get; set;}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members