mySkinCategory

Type: JadeSkinCategory

Availability: Read or write at any time

The mySkinCategory property of the JadeSkinWindow class contains an optional reference to the skin category that applies to the skin.

If the mySkinCategory property is set to "Company Logo", for example, the skin is applied only to a window of the appropriate type that has the skinCategoryName property also set to "Company Logo".

In addition, you can define a skin category for a Control subclass (for example, each BaseControl subclass) and associate a different category name with each of those skins. The constructor of each control subclass can then set the appropriate category name on the control so that the correct JadeSkinBaseControl skin is then applied.