ToolTip Property (RadialMenuCommandItem)
In This Topic
Overridden. Gets or sets the tooltip shown by this menu item. Note that setting this property does not change the tooltip on the associated C1Command.
Syntax
'Declaration
Public Overrides Property ToolTip As String
public override string ToolTip {get; set;}
See Also