RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Section Class / ToolTip Property

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