Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / ToolTip Property

In This Topic
    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