IVsUIShell5.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 pointer to the window.
Returns
True if the color theme was applied, otherwise false.