setCornerImageUrl Method

Microsoft FrontPage Visual Basic

setCornerImageUrl Method

Sets the path and file name for an image to display for a specified corner in a layout cell or cell formatting table.

expression.setCornerImageUrl(pszType, ppszVal)

expression    Required. An expression that returns an FPLayoutRegion object.

pszType    Required String. Specifies which corner. Can be one of the following String values: "top-left", "top-right", "bottom-left", "bottom-right", or "all".

ppszVal    Required String. Sets the path and file name of the corner image.

Remarks

Use the getCornerImageUrl method to return the path and file name for an image to display for a specified corner in a layout cell or cell formatting table.