|

UseTabKey


(boolean) Whether the tab key is enabled for moving between cells. This is an optional argument and if omitted will default to true.



VALUE DESCRIPTION


true


Enable tabbing between cells. (Default)


false


Disable tabbing between cells.


Re t u r n s


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


See also: Related Actions


image

image

Grid.SetToolTipsEnabled

OverviewExamples

Grid.SetToolTipsEnabled ( string ObjectName,


boolean Tooltips )


De s cr ip t ion


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


P arame t er s


ObjectName


(string) The name of the grid object.


|