HwndWrapper::RegisterClass Method (String^)

 

Registers a window class with the given name, and with other options set to default values.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
[CLSCompliantAttribute(false)]
unsigned short RegisterClass(
	String^ className
)

Parameters

className
Type: System::String^

The class name for the window.

Return Value

Type: System::UInt16

Returns the class atom of the registered window class.

Return to top
Show: