WorkflowElementDialog.EnableOk(Boolean) Method

Definition

Enables or disables the OK button of the dialog based on the specified value.

protected:
 void EnableOk(bool enabled);
protected void EnableOk (bool enabled);
member this.EnableOk : bool -> unit
Protected Sub EnableOk (enabled As Boolean)

Parameters

enabled
Boolean

The OK button is enabled if this is true; otherwise, it is disabled.

Applies to