tSkinInformation
See Also: Declaring Variables, Struct, Array Types
Purpose
tSkinInformation is a structured type used for storing information about a skin file utilized by the cCJSkinFramework class. Read more about skinning Windows applications here.
Type Declaration
Struct tSkinInformation
String sName
String sSkinfile
String sSkinIni
End_Struct
Struct Members
-
sName
The name/description of the skin file. -
sSkinfile
The file name and path of the skin file. -
sSkinIni
The name of the skin section within the file.
Syntax
Use cCJSkinFramework.pkg
tSkinInformation {variableName}
Declaring Variables
To declare tSkinInformation variables, use the name of the type (tSkinInformation) followed by the variable name.
tSkinInformation MySkinInfo
See struct variables for more details on instantiating struct types.