RichTextField.DefaultPasteModeResolver property
Returns/sets the name of the javascript function that will be used to determine the default paste mode that should be used for this field. The function should take one DOMElement container attribute.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DefaultPasteModeResolver As String
Get
Set
'Usage
Dim instance As RichTextField
Dim value As String
value = instance.DefaultPasteModeResolver
instance.DefaultPasteModeResolver = value
public string DefaultPasteModeResolver { get; set; }
Property value
Type: System.String