See Also

HtmlBox Class  | HtmlBox Members

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 of the XML skin file.
See Also Languages PowerWEB TextBox for ASP.NET

LoadSkin Method

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : LoadSkin Method

Load a predefined skin XML file.

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

Parameters

filepath
The filepath of the XML skin file.

Remarks

This method loads a predefined XML skin file and uses this file to populate the control's properties. Easily create an XML skin file by using the HtmlBox.SaveSkin method. For more information about creating and using skins, see the topic Using Skins.

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


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.