Class DControls
Used with dialog.show and similar functions to add more controls and get their final values.
public class DControls
Namespace: Au.Types
Assembly: Au.dll
Properties
| Name | Description |
|---|---|
| Checkbox | If not |
| ComboItems | Sets combo box list items used when DControls.EditType is Combo. |
| EditText | Sets initial and gets final text edit control value. |
| EditType | Adds a text edit control. Note: then the dialog cannot have a progress bar. |
| IsChecked | Sets initial and gets final checkbox value ( |
| RadioButtons | Adds radio buttons.
A list of strings |
| RadioId | Sets initial and gets final checked radio button. It is button id (as specified in DControls.RadioButtons), not index. See dialog.SetRadioButtons. |