ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / ToolTip Property

In This Topic
    ToolTip Property
    In This Topic
    Gets or sets the tooltip of this control.
    Syntax
    'Declaration
     
    Public Property ToolTip As System.Object
    public System.object ToolTip {get; set;}
    See Also