IVsUIShell6.ThemeWindow(IntPtr) Method

Definition

Apply the VS-theme to the specified window, for supported window classes.

public:
 bool ThemeWindow(IntPtr hwnd);
public bool ThemeWindow (IntPtr hwnd);
abstract member ThemeWindow : nativeint -> bool
Public Function ThemeWindow (hwnd As IntPtr) As Boolean

Parameters

hwnd
IntPtr

nativeint

The handle of the window.

Returns

The HRESULT.

Implements

Applies to