See Also

HtmlBox Class  | HtmlBox Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

filepath
The filepath to which the XML file will be saved.
name
The name of the skin (for example "The Purple Skin"). This is used by the Properties Builder.
previewImage
The preview image of the skin. This is used by the Properties Builder.
See Also Languages PowerWEB TextBox for ASP.NET

SaveSkin(String,String,String) Method

Dart.PowerWEB.TextBox Namespace > HtmlBox Class > SaveSkin Method : SaveSkin(String,String,String) Method

Save the current HtmlBox configuration as an XML skin file.

[Visual Basic]
Overloads Public Sub SaveSkin( _    ByVal filepath As String, _    ByVal name As String, _    ByVal previewImage As String _ )
[C#]
public void SaveSkin(    string filepath,    string name,    string previewImage );
[C++]
public: void SaveSkin(    string* filepath,    string* name,    string* previewImage )
[C++/CLI]
public: void SaveSkin(    String^ filepath,    String^ name,    String^ previewImage )

Parameters

filepath
The filepath to which the XML file will be saved.
name
The name of the skin (for example "The Purple Skin"). This is used by the Properties Builder.
previewImage
The preview image of the skin. This is used by the Properties Builder.

Remarks

This method saves the current HtmlBox configuration as an XML skin file. Load the skin by using the HtmlBox.LoadSkin method. For more information about creating a using skins, see Using Skins.

This method DOES NOT save information about individual toolbar items. For example, if you have changed the background color of a SINGLE button, this will not be persisted to the skin file. You must use the global properties for controlling style (such as the HtmlBox.ButtonStyle property of HtmlBox).

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.