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 or sets the initial text that users see in the text box for the field control before it has been set to a real value for the first time.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Property FillInOptionText As String
Get
Set
'Usage
Dim value As String
value = Me.FillInOptionText
Me.FillInOptionText = value
protected virtual string FillInOptionText { get; set; }
Property Value
Type: System.String
A String that represents the content of the fill-in text box of the control before the field has been set to a meaningful value. The default is "Specify your own value:"
Remarks
Use this field to tell users that they can type custom values that are not on the list of choices.