setCornerColor Method

Microsoft FrontPage Visual Basic

setCornerColor Method

Sets the color of a specified corner in a layout cell or cell formatting table.

expression.setCornerColor(pszType, pszVal)

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", and "all".

pszVal    Required String. Specifies the color value. Can be any Web safe color value (for example, "#FFFFFF") or a named color value (for example, "red").

Remarks

Use the getCornerColor method to return the color of a specified corner in a layout cell or cell formatting table.