IVsUIShell6.ThemeWindow(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.