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
- control
Type: System.Web.UI.Control
Return value
Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent