ImageWebPartMobileAdapter.Control Property
Gets the ImageWebPart object whose rendering is being adapted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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