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 textbox of the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property MultiTextBoxControl As TextBox
Get
'Usage
Dim value As TextBox
value = Me.MultiTextBoxControl
protected TextBox MultiTextBoxControl { get; }
Property Value
Type: System.Web.UI.WebControls.TextBox
The child textbox.
Remarks
The text mode of the textbox is multiline.