Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.