ImageWebPartMobileAdapter.Control property
Gets the ImageWebPart object whose rendering is being adapted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Control As ImageWebPart
Get
'Usage
Dim instance As ImageWebPartMobileAdapter
Dim value As ImageWebPart
value = instance.Control
public ImageWebPart Control { get; }
Property value
Type: Microsoft.SharePoint.WebPartPages.ImageWebPart
The ImageWebPart that the ImageWebPartMobileAdapter renders.
See also
Reference
ImageWebPartMobileAdapter class