EntityEditor.AllowTypeIn Property

Represents the property that enables the user to enter text into the TextBox.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property AllowTypeIn As Boolean
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean

value = instance.AllowTypeIn

instance.AllowTypeIn = value
public bool AllowTypeIn { get; set; }

Property Value

Type: System.Boolean
true if the user can enter text into the TextBox; otherwise, false. The default is true.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace