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 _
)
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).
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.