ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / ToolTip Property



In This Topic
    ToolTip Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the tooltip of this control.
    Syntax
    'Declaration
     
    
    Public Shadows Property ToolTip As Object
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Object
     
    instance.ToolTip = value
     
    value = instance.ToolTip
    public new object ToolTip {get; set;}
    public:
    new property Object^ ToolTip {
       Object^ get();
       void set (    Object^ value);
    }
    See Also