Cicode Programming Reference > Cicode Function Categories > Display Functions Introduction > DspTipMode

DspTipMode

Switches the display of tool tips on or off. This function overrides the setting in the [Page]TipHelp parameter.

Syntax

DspTipMode(nMode)

nMode:

The display mode:

0 - Off

1 - On

2 - Toggle the tool tip mode

3 - Do not change the mode, just return the current value

Return Value

The old mode.

Related Functions

DspSetTip, DspGetTip

Example

DspTipMode(1);  //Switch on tool tips

See Also

Display Functions