Configuring - Registration Tab - Themes
From Visual WebGui Wiki
Overview
This article is a part of articles on Configuring Visual WebGui application, Registration tab.
In the Registration tab is where you declare your Forms, Controls and Themes that will be used within your application.
Settings
| Themes | web.config |
|---|---|
| | <WebGui> <Themes Selected="Default"> <Theme Name="Default" Type="Gizmox.WebGui.Forms.Themes.Default, Gizmox.WebGui.Forms, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=c508b41386c60f1d" /> </Themes> </WebGui> |
General
Every theme used in your project must be registered here, as well as specifying what theme is the default theme and will be loaded at startup.
