C# Class CairoDesktop.NativeWindowEx

Inheritance: System.Windows.Forms.NativeWindow
显示文件 Open project: RevolutionSmythe/cairoshell

Public Methods

Method Description
CreateHandle ( CreateParamsEx cp ) : void
CreateHandle ( System cp ) : void
RegisterClass ( ClassCreateParams ccp ) : void
UnregisterClassAPI ( string name ) : void

Protected Methods

Method Description
WndProc ( System &m ) : void

Method Details

CreateHandle() public method

public CreateHandle ( CreateParamsEx cp ) : void
cp CreateParamsEx
return void

CreateHandle() public method

public CreateHandle ( System cp ) : void
cp System
return void

RegisterClass() public method

public RegisterClass ( ClassCreateParams ccp ) : void
ccp ClassCreateParams
return void

UnregisterClassAPI() public method

public UnregisterClassAPI ( string name ) : void
name string
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void