ATTR_LABEL_CHARACTER_SET (Control)
Type: | Control attribute |
Description: | The character set for the control label. |
Control Types: | ActiveX controls, binary switches, canvases, color numerics, command buttons, digital graphs, graphs, LEDs, list boxes, numerics, picture buttons, picture rings, pictures, radio buttons, rings, numeric slides, ring slides, strings, strip charts, tables, text boxes, text buttons, timers, toggle buttons, trees. |
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. |