CausesFormValidation Property
In This Topic
Whether the control in focus should be validated before a button click is handled by the navigator.
Syntax
'Declaration
Public Property CausesFormValidation As Boolean
public bool CausesFormValidation {get; set;}
See Also