RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1InlineUIContainer Class / ToolTip Property

In This Topic
    ToolTip Property (C1InlineUIContainer)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Controls.ToolTip displayed when the mouse is over this element.
    Syntax
    'Declaration
     
    Public Property ToolTip As Object
    public object ToolTip {get; set;}
    See Also