ImageWebPart.CanRunAt Method

Overrides the WebPart.CanRunAt method.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Function CanRunAt As ConnectionRunAt
'Usage
Dim instance As ImageWebPart
Dim returnValue As ConnectionRunAt

returnValue = instance.CanRunAt()
public override ConnectionRunAt CanRunAt()

Return Value

Type: Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt
One of the Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt values.

See Also

Reference

ImageWebPart Class

ImageWebPart Members

Microsoft.SharePoint.WebPartPages Namespace