ActionsPane.CausesValidation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.