IVsUIShell5::ThemeWindow Method (IntPtr)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

bool ThemeWindow(
	IntPtr hwnd
)

Parameters

hwnd
Type: System::IntPtr

The pointer to the window.

Return Value

Type: System::Boolean

True if the color theme was applied, otherwise false.

Return to top
Show: