CaptchaValidationSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Captcha |
Initializes a new instance of the Captcha |
Captcha |
Initializes a new instance of the Captcha |
#Properties
Name | Description |
---|---|
Display | Gets or sets a value that specifies the render style of the error frame displayed around the editor, if the editor’s value has not passed the validation criteria specified. |
Enable |
Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs. |
Error |
Gets or sets a value that specifies how an error message is represented within the editor’s error frame. |
Error |
Gets the style properties for the editor’s error frame. |
Error |
Gets the settings that define an error image to be displayed within the editor’s error frame if the editor’s validation fails. |
Error |
Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails. |
Required |
Gets the settings that define the required field validation’s rules. |
Set |
Gets or sets a value that specifies whether focus is set to the text box when validation fails. |
Validation |
Gets or sets the group of controls for which the editor forces validation when it posts back to the server. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings of the specified object to the current one. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object.
Inherited from State |
See Also