ClickButton |
Scroll |
Clicks the dialog button with the specified TheButtonID.
Namespace: Therefore.API
Visual Basic Public Overridable Function ClickButton ( _ nButtonID As TheButtonID _ ) C# public virtual void ClickButton ( TheButtonID nButtonID )
Parameters nButtonID TheButtonID of the dialog button to be clicked.
Return Value None. |
|