GuiHost..::..GetStyle Method

returns the style with the given name

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

Syntax


public static ControlStyle GetStyle(
	string name
)
Public Shared Function GetStyle ( _
	name As String _
) As ControlStyle
public:
static ControlStyle^ GetStyle(
	String^ name
)

Parameters

name
Type: String
the name to search for

Return Value

matching ControlStyle