FormItemRow.ImageUrl2FileContext Property

Gets or sets the ResourceFileContext of the file for the second image that is shown to the right of the first image.

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

Syntax

'Declaration
Public Property ImageUrl2FileContext As ResourceFileContext
    Get
    Set
'Usage
Dim instance As FormItemRow
Dim value As ResourceFileContext

value = instance.ImageUrl2FileContext

instance.ImageUrl2FileContext = value
public ResourceFileContext ImageUrl2FileContext { get; set; }

Property Value

Type: ResourceFileContext

See Also

Reference

FormItemRow Class

FormItemRow Members

Microsoft.SharePoint.Portal.WebControls Namespace