C# Class CairoDesktop.NativeWindowEx

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: RevolutionSmythe/cairoshell

Méthodes publiques

Méthode Description
CreateHandle ( CreateParamsEx cp ) : void
CreateHandle ( System cp ) : void
RegisterClass ( ClassCreateParams ccp ) : void
UnregisterClassAPI ( string name ) : void

Méthodes protégées

Méthode Description
WndProc ( System &m ) : void

Method Details

CreateHandle() public méthode

public CreateHandle ( CreateParamsEx cp ) : void
cp CreateParamsEx
Résultat void

CreateHandle() public méthode

public CreateHandle ( System cp ) : void
cp System
Résultat void

RegisterClass() public méthode

public RegisterClass ( ClassCreateParams ccp ) : void
ccp ClassCreateParams
Résultat void

UnregisterClassAPI() public méthode

public UnregisterClassAPI ( string name ) : void
name string
Résultat void

WndProc() protected méthode

protected WndProc ( System &m ) : void
m System
Résultat void