method Tab.Load (FileName as String)
Loads the tab skin file.

TypeDescription
FileName as String A string expression that specifies:
  • the path to a skin file ( *.etb )
  • the BASE64 encoded of the file ( *.etb ). A BASE64 encoded starts as ""

Use the Exontrol's exImages tool to build BASE 64 encoded strings on the skin file (*.etb) you have created. 

Use the Load method to load a skin file at runtime. Once Load method is called, the Style property get changed to: exCustom (-1). The Load method / CustomStyle property can be used to change at runtime the visual appearance of the control, using a custom ETB file. Use the Style property to apply a predefined style to the control.

Any of the following can be used to create, edit or view ETB files ( the ETB provides skin capabilities for eXTab component ):

Here's a screen shot on how the WYSIWYG editor shows as: