Reflection
Tooltip Property (IUiControl)


Gets or sets the tooltip associated with the control.
Syntax
'Declaration
 
Property Tooltip As String
'Usage
 
Dim instance As IUiControl
Dim value As String
 
instance.Tooltip = value
 
value = instance.Tooltip
string Tooltip {get; set;}
See Also