ATTR_ENABLE_CHARACTER_MASKING
Type: | Control attribute |
Description: | Specifies whether character masking is enabled for a string control. If you enable character masking, all characters in the string control, including spaces, appear as the masking character defined by the ATTR_MASK_CHARACTER attribute. Use the ENABLE_CHARACTER_MASKING attribute if you do not want the contents of a string control to be visible, for example in the case of a password control. |
Control Types: | Strings. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 9.0 and later |
Values
0 | False |
1 | True |