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.
Gets the child text box control in which a user types a custom value.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property FillInTextBoxControl As TextBox
Get
'Usage
Dim value As TextBox
value = Me.FillInTextBoxControl
protected TextBox FillInTextBoxControl { get; }
Property Value
Type: System.Web.UI.WebControls.TextBox
A TextBox control that is a child of the BaseChoiceField control and that can be used by a site visitor to enter a custom value for the field.
Remarks
The TextBox control in FillInTextBoxControl has a maximum length of 255.