InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / ToolTipText Property

In This Topic
    ToolTipText Property (InputComponent)
    In This Topic
    Gets or sets the text that appears as a ToolTip for this component (may include HTML tags).
    Syntax
    'Declaration
     
    Public Overridable Property ToolTipText As String
    public virtual string ToolTipText {get; set;}
    See Also