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