ActionsPane.CausesValidation Property

Definition

Gets or sets a value indicating whether the actions pane causes validation to be performed on any controls that require validation when it receives focus.

public:
 property bool CausesValidation { bool get(); void set(bool value); };
public bool CausesValidation { get; set; }
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean

Property Value

true if the actions pane causes validation to be performed on any controls requiring validation when it receives focus; otherwise, false. The default is true.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.CausesValidation property. For more information about using this property, see System.Windows.Forms.Control.CausesValidation.

Applies to