GetHtmlFieldBackgroundPicture Method (HtmlTableFilter)
In This Topic
Gets a CSS style fragment that represents a field's background image.
Syntax
'Declaration
Protected Function GetHtmlFieldBackgroundPicture( _
ByVal As Field, _
ByVal As Image _
) As String
protected string GetHtmlFieldBackgroundPicture(
Field ,
Image
)
Parameters
- field
- Field that contains the image.
- img
- System.Drawing.Image to be rendered in the field.
Return Value
A CSS style fragment that represents a field's background image.
See Also