|
/xdid -l|-r |
| This command lets you add a child control to a divider pane. The -l switch is for the left/top pane, and -r for the right/bottom pane. |
| Syntax: |
/xdid -l|-r [DNAME] [ID] [MIN] [IDEAL] [TAB] [CID] [CONTROL] [X] [Y] [W] [H] (OPTIONS) |
| Example: |
/xdid -l|-r dcx 4 100 0 $chr(9) 12 richedit 10 10 400 25 multi |
| Parameters: |
| MIN |
Minimum Pane Width/Height. |
| IDEAL |
Not used yet. Use 0, required but ignored. |
| CID |
Unique control ID for the DCX Control. Must be unique for all the controls of the dialog! |
| CONTROL |
The type of DCX Control to be created. |
| treeview |
Creates a TreeView control. |
| listview |
Creates a Listview control. |
| rebar |
Creates a Rebar control. |
| richedit |
Creates a RichEdit control. |
| webctrl |
Creates a WebCtrl. |
| |
|
| edit |
Creates a Edit control. |
| image |
Creates a Image control. |
| list |
Creates a List control. |
| |
|
| divider |
Creates a Divider control. |
| panel |
Creates a Panel control. |
| tab |
Creates a Tab control. |
| X |
X position of control. Use 0, required but ignored. |
| Y |
Y position of control. Use 0, required but ignored. |
| W |
Width of control. |
| H |
Height of control. |
| OPTIONS |
Optional styles and options available on each individual controls. |