Grid.SetToolTipsEnabled

Grid.SetToolTipsEnabled (

string ObjectName,

boolean Tooltips )

Description

Sets whether or not tooltips will be displayed for cells that cannot contain all of their text in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Tooltips

(boolean) Whether or not tooltips will be displayed.

VALUE

DESCRIPTION

true

Display tooltips.

false

Don't display tooltips.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions