CSSName Property

The CSSName property sets a stylesheet for the form.

Applies to: Forms.

Setting dynamically:

Winform Show_inactive formWinform Set form.CSSName TO stylesheet;
Winform Show form

Property Settings:

Enter the name of the stylesheet with the extension. For example, MyStyle.css. The CSS file must be included in the project.

No additional Maintain coding is necessary. The stylesheet will be available at local run time. For remote deployment it must be assigned to a web server.


WebFOCUS