UxThemeSetSystemVisualStyle Method

Sets the system visual theme.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("UxTheme.dll", EntryPoint = "#65", CharSet = CharSet.Unicode, 
	BestFitMapping = false, ThrowOnUnmappableChar = true)]
public static int SetSystemVisualStyle(
	string themeFileName,
	string colorName,
	string sizeName,
	int reserved
)

Parameters

themeFileName  String
The theme filepath (themme.msstyles).
colorName  String
The color scheme name.
sizeName  String
The size name.
reserved  Int32
Reserved parameter by the system.

Return Value

Int32

[Missing <returns> documentation for "M:DevCase.Win32.NativeMethods.UxTheme.SetSystemVisualStyle(System.String,System.String,System.String,System.Int32)"]

Remarks

See Also