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