Sack Library Documentation
|
enum EditControlOptions { EDIT_READONLY = 0x01, EDIT_PASSWORD = 0x02 };
Members |
Description |
EDIT_READONLY = 0x01 |
Option to set READONLY on create. |
EDIT_PASSWORD = 0x02 |
Option to set password style on create. |
Options which can be passed to the MakeEditControl macro.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|