FormItemRow.ImageUrlFileContext Property
Gets or sets the ResourceFileContext of the file for the first image that is shown on the left side of the row.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ImageUrlFileContext As ResourceFileContext
Get
Set
'Usage
Dim instance As FormItemRow
Dim value As ResourceFileContext
value = instance.ImageUrlFileContext
instance.ImageUrlFileContext = value
public ResourceFileContext ImageUrlFileContext { get; set; }
Property Value
Type: ResourceFileContext