[DllImportAttribute("UxTheme.dll", EntryPoint = "#65", CharSet = CharSet.Unicode,
BestFitMapping = false, ThrowOnUnmappableChar = true)]
public static int SetSystemVisualStyle(
string themeFileName,
string colorName,
string sizeName,
int reserved
)
<DllImportAttribute("UxTheme.dll", EntryPoint := "#65", CharSet := CharSet.Unicode,
BestFitMapping := false, ThrowOnUnmappableChar := true>]
Public Shared Function SetSystemVisualStyle (
themeFileName As String,
colorName As String,
sizeName As String,
reserved As Integer
) As Integer
Dim themeFileName As String
Dim colorName As String
Dim sizeName As String
Dim reserved As Integer
Dim returnValue As Integer
returnValue = UxTheme.SetSystemVisualStyle(themeFileName,
colorName, sizeName, reserved)
public:
[DllImportAttribute(L"UxTheme.dll", EntryPoint = L"#65", CharSet = CharSet::Unicode,
BestFitMapping = false, ThrowOnUnmappableChar = true)]
static int SetSystemVisualStyle(
String^ themeFileName,
String^ colorName,
String^ sizeName,
int reserved
)
[<DllImportAttribute("UxTheme.dll", EntryPoint = "#65", CharSet = CharSet.Unicode,
BestFitMapping = false, ThrowOnUnmappableChar = true)>]
static member SetSystemVisualStyle :
themeFileName : string *
colorName : string *
sizeName : string *
reserved : int -> int
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Win32.NativeMethods.UxTheme.SetSystemVisualStyle(System.String,System.String,System.String,System.Int32)"]