ATTR_TEXT_CHARACTER_SET (Control)
Type: | Control attribute |
Description: | The character set for text on the control. For table controls, this attribute refers to the default state of new cells when you set ATTR_TABLE_MODE to VAL_GRID. |
Control Types: | Binary switches, list boxes, numerics, rings, numeric slides, ring slides, strings, tables, text boxes, text buttons, text messages. |
Data Type: | integer |
Default Value: | VAL_NATIVE_CHARSET |
LabWindows/CVI Compatibility: |
LabWindows/CVI 9.0 and later |
Values
VAL_NATIVE_CHARSET | Character set that corresponds to the language selected in the Control Panel for non-Unicode programs. |
VAL_ANSI_CHARSET | The Western character set. |
VAL_SHIFTJIS_CHARSET | The Japanese character set. |
VAL_HANGUL_CHARSET | The Korean character set. |
VAL_GB2312_CHARSET | The Simplified Chinese character set. |
VAL_CHINESEBIG5_CHARSET | The Traditional Chinese character set. |
VAL_HEBREW_CHARSET | The Hebrew character set. |
VAL_ARABIC_CHARSET | The Arabic character set. |
VAL_GREEK_CHARSET | The Greek character set. |
VAL_TURKISH_CHARSET | The Turkish character set. |
VAL_VIETNAMESE_CHARSET | The Vietnamese character set. |
VAL_THAI_CHARSET | The Thai character set. |
VAL_EASTEUROPE_CHARSET | The Eastern European character set. |
VAL_RUSSIAN_CHARSET | The Cyrillic character set. |
VAL_BALTIC_CHARSET | The Baltic character set. |