BaseChoiceField.FillInTextBoxControl property

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)

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.

See also

Reference

BaseChoiceField class

BaseChoiceField members

Microsoft.SharePoint.WebControls namespace