Click or drag to resize
Wizard .NET Library

ThemedTableLayoutPanelSetTheme Method (String, Int32, Int32)

Sets the theme using theme class information.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void SetTheme(
	string className,
	int part,
	int state
)
Request Example View Source

Parameters

className
Type: SystemString
Name of the theme class.
part
Type: SystemInt32
The theme part.
state
Type: SystemInt32
The theme state.
See Also