IVsUIShell6::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.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

bool ThemeWindow(
	IntPtr hwnd
)

Parameters

hwnd
Type: System::IntPtr

The handle of the window.

Return Value

Type: System::Boolean

The HRESULT.

Return to top
Show: