Share via


SPMobileMultiTextBox.MultiTextBoxControl Property

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.

See Also

Reference

SPMobileMultiTextBox Class

SPMobileMultiTextBox Members

Microsoft.SharePoint.MobileControls Namespace