Copyright © 1998-2015 MultiMedia Soft

ToolTipEnabled property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.ToolTipEnabled   [=boolean]

 

 

Remarks

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