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