Boolean value that determines if embedded tooltips should be displayed when the mouse hovers the button surface. This property should be used only on development environments that don't support tooltips natively.
Tooltip's text can be modified using the ToolTipTextNormal and ToolTipTextChecked properties.
Supported values are the following:
Value
|
Meaning
|
FALSE (default)
|
Embedded tooltips are disabled
|
TRUE
|
Embedded tooltips are enabled
|
|