Field WdgSubClass
A code indicating the “subclass” (subtype) of the associated object.
Valid Values
An integer code, as shown in the tables that follow.
For FormFields
|
Code |
Meaning |
|
“Label” class |
|
|
1 |
Static |
|
2 |
Dynamic |
|
“Toggle button” class |
|
|
1 |
Toggle |
|
2 |
Optional |
|
“Push button” class |
|
|
1 |
Normal (transmit) |
|
2 |
Text |
|
“List Box” class |
|
|
4 |
Dynamic List Box |
|
“Menu item” class |
|
|
1 |
Normal |
|
2 |
Toggle |
|
3 |
Optional |
|
4 |
Cascade |
|
5 |
Horizontal separator |
|
6 |
Vertical separator |
|
10 |
Exit |
|
11 |
Break |
|
12 |
About |
|
13 |
Scroll page |
|
14 |
Scroll line |
|
15 |
Scroll block |
|
16 |
Cut |
|
17 |
Copy |
|
18 |
Paste |
|
19 |
Undo |
|
20 |
Select text |
|
21 |
Clear Text |
|
22 |
Close Window |
|
23 |
Scroll pause |
|
24 |
Show help file’s “contents” topic |
|
25 |
Show specified help topic (the menu item’s tag is used to identify the topic) |
|
26 |
Show the search dialog for the help file |
|
27 |
Show specified help topic (the tag of the form field that currently has focus is used to identify the topic) |
|
28 |
Clear the clipboard |
For Windows
|
Code |
Meaning |
|
1 |
Pop-up (the widow is physically independent of other windows – DEFAULT) |
|
2 |
Clipped (the window is a child of the parent window) |
Remarks
Only pop-up windows (subclass 1) can have menu bars.