Grid.GetToolTipsEnabled

boolean Grid.GetToolTipsEnabled ( 

string ObjectName )

Example 1

bToolTip = Grid.GetToolTipsEnabled("Grid1");

Returns true if tool tips are enabled on "Grid1"

See also:  Related Actions