HwndWrapper::RegisterClass Method (String^)
Visual Studio 2015
Registers a window class with the given name, and with other options set to default values.
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.
Show: