Manually applies the skin to the specified form.
Namespace: SkinSoft.VistaSkin
Assembly: SkinSoft.VistaSkin (in SkinSoft.VistaSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Sub ApplySkin( _ ByVal form As Form _ ) |
| C# |
|---|
| public static void ApplySkin( Form form ) |
| C++ |
|---|
| public: static void ApplySkin( Form form ) |
| J# |
|---|
| public static void ApplySkin( Form form ) |
| JScript |
|---|
| public static
function ApplySkin( form : Form ) |
Parameters
- form
- The target Form
Remarks
You would typically use this method to manually apply the skin to forms, or when the
This method can be called anywhere in your application.