SPMobileComponent.GetParentMobileComponent method

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function GetParentMobileComponent ( _
    control As Control _
) As SPMobileComponent
'Usage
Dim control As Control
Dim returnValue As SPMobileComponent

returnValue = Me.GetParentMobileComponent(control)
protected virtual SPMobileComponent GetParentMobileComponent(
    Control control
)

Parameters

Return value

Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent

See also

Reference

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace