Loads a new visual style from the specified
System.Reflection.Assembly with the specified resource name.
public void LoadVisualStyle( Assembly assembly, string resourceName );
Parameters
assembly
The source Assembly where the resource is persisted, if this null is then the calling assembly is used.
resourceName
The name of the resource.
Remarks
The resource name is the name of the VisualStyler skin file which is persisted in the source
System.Reflection.Assembly as an embedded resource.
Example
visualStyler1.LoadVisualStyle(null,"MySkin.vssf");
Overloads:
See also:
Class VisualStyler