Show / Hide Table of Contents

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
Inheritance
object
DControls

Properties

Name Description
Checkbox

If not null, adds checkbox with this text.

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 (true if checked).

RadioButtons

Adds radio buttons. A list of strings "id text" separated by |, like "1 One|2 Two|3 Three".

RadioId

Sets initial and gets final checked radio button. It is button id (as specified in DControls.RadioButtons), not index. See dialog.SetRadioButtons.