Share via


IFieldPrompt<T>.Active(T) Method

Definition

Test to see if field is currently active based on the current state.

public bool Active (T state);
abstract member Active : 'T -> bool
Public Function Active (state As T) As Boolean

Parameters

state
T

Returns

True if field is active.

Remarks

One way to control this is to supply a ActiveDelegate<T> to the Field(IField<T>) or Confirm(String, ActiveDelegate<T>, IEnumerable<String>) steps.

Applies to