Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
Syntax
'Declaration
Public Property ToolTip As Object
public object ToolTip {get; set;}
Property Value
The tooltip object. See Remarks below for details on why this parameter is not strongly typed.
See Also