C# Class csExWB.ClientToHostWindowEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
cx int
cy int
handled bool

Méthodes publiques

Méthode Description
ClientToHostWindowEventArgs ( ) : System
SetParameters ( int CX, int CY ) : void

Method Details

ClientToHostWindowEventArgs() public méthode

public ClientToHostWindowEventArgs ( ) : System
Résultat System

SetParameters() public méthode

public SetParameters ( int CX, int CY ) : void
CX int
CY int
Résultat void

Property Details

cx public_oe property

public int cx
Résultat int

cy public_oe property

public int cy
Résultat int

handled public_oe property

public bool handled
Résultat bool