Class DSend
Can be used through dialog.Send, to interact with dialog while it is open.
public class DSend
Remarks
Example (in an event handler): e.d.Close();
Namespace: Au.Types
Assembly: Au.dll
Methods
Name | Description |
---|---|
ChangeExpandedText(string, bool) | Changes the expanded area text. |
ChangeFooterText(string, bool) | Changes the footer text. |
ChangeText1(string, bool) | Changes the main big-font text. |
ChangeText2(string, bool) | Changes the main small-font text. |
Close(int) | Clicks a button. Normally it closes the dialog. |
EnableButton(int, bool) | Enables or disables a button. |
Message(TDM, nint, nint) | Sends a message to the dialog. |
Progress(int) | Sets progress bar value, 0 to 100. |