psSkinIni - cCJSkinFramework
Determines the name of the skin section within a skin file
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psSkinIni
| Access Type | Syntax |
|---|---|
| Read Access: | Get psSkinIni to StringVariable |
| Write Access: | Set psSkinIni to StringVariable/Value |
Description
A single skin file may contain multiple skin definitions. Each definition is defined as a skin "section". psSkinIni determines the section name of the skin within a skin file. It is used along with psSkinFile to determine which skin will be applied to your application.
The default value is "". If the psSkinIni is blank, the first skin section in the skin file is applied.
See psSkinFile for more information about setting skins.