RichTextField.Validate method

Validates the control data.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub Validate
'Usage
Dim instance As RichTextField

instance.Validate()
public override void Validate()

Implements

IValidator.Validate()

Remarks

Use this method only when you need validation of the UI value. Children can override this method for extensibility.

See also

Reference

RichTextField class

RichTextField members

Microsoft.SharePoint.WebControls namespace