Share via


SPMobileMultiTextBox.OnInit Method

Represents the method that handles the Init event.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

Parameters

Remarks

This override adds the child textbox control to the child controls.

See Also

Reference

SPMobileMultiTextBox Class

SPMobileMultiTextBox Members

Microsoft.SharePoint.MobileControls Namespace