GuiHost..::..AddStyle Method

add an additional style this style will be handled seperately from any active skin

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static void AddStyle(
	string name,
	ControlStyle style
)
Public Shared Sub AddStyle ( _
	name As String, _
	style As ControlStyle _
)
public:
static void AddStyle(
	String^ name, 
	ControlStyle^ style
)

Parameters

name
Type: String
name identifier of the style
style
Type: ControlStyle
the ControlStyle to add