Specifies whether the list will display the choices' codes, descriptions, or both
Type: Property
Access: Read/Write
Data Type: Integer
Parameters:
None
Syntax
Property Integer Code_Display_Mode
Get Code_Display_Mode to IntegerVariable |
Set Code_Display_Mode to IntegerVariable/Value |
Description
Code_Display_Mode specifies whether the list will display the choices' codes, descriptions, or both.
Possible values are:
Constant | Meaning | |
CB_Code_Display_Description | Displays the description |
CB_Code_Display_Code | Displays the code |
CB_Code_Display_Both | Displays the description and the code |
Default is CB_Code_Display_Description.