SMART datagrid v.1 > Types

Back  Forward

DataLudi.TextInputCase

データセルエディターで入力された値を自動的に大文字、小文字に変換するように指定する値。 

DataColumntextInputCaseプロパティーや、 CellEditortextCaseプロパティーで使われる。 

Values
NORMAL"normal"変更しない。
UPPER"upper"大文字に変更する。
LOWER"lower"小文字に変更する。
DEFAULT"default"CellEditor.textCase値がこの値なら、DataColumn.textInputCaseの値による。

See Also
DataColumn.textInputCase
CellEditor.textCase
Examples
Text Editors