Returns the ValidationCancelled property value of a control, if this property exists.
public static bool GetValidationCanceled( Control control )
static Public Function GetValidationCanceled( ByVal control As Control ) As Boolean
The GetValidationCanceled method is a helper function that gets the ValidationCancelled property value of the specified input control.
This method is used primarily by control developers.