Version

LoadSkin Method (WebHtmlEditor)

Load a predefined skin XML file.
Syntax
'Declaration
 
Public Sub LoadSkin( _
   ByVal filepath As String _
) 
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 WebHtmlEditor.SaveSkin method. For more information about creating and using skins, see the topic Using Skins.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also