method ExSkinForm.Load (SkinFile as String)
Loads a skin file at runtime.

TypeDescription
SkinFile as String A string expression that indicates the path to the skin file (*.esk ), a string expression that holds a skin file in BASE64 encoded format. Use the Exontrol's exImages tool to build BASE 64 encoded strings on the skin file (*.esk) you have created.
The control is able to load the skin file at runtime, using the Load method. Also, the control supports changing the form's visual appearance by choosing the "Load Skin" item from control's context menu at design time. The control is able to handle compressed skin files and uncompressed skin files. Using the uncompressed skin files makes your loading time quicker than using the same version but compressed, due to the time of uncompressing. Of course, the time of uncompressing the string, file or whatever, depends on its size. Use the Load method to assign skins to your forms, by code. Use the Attach method ( with 0 parameter ) to unload a skin file. Use the MinHeight, MinWidth properties to specify the the minimum height. width that a form can be resized to.