C# Class CloverExamplePOS.OverlayForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: clover/remote-pay-windows

Méthodes publiques

Méthode Description
OverlayForm ( ) : System
OverlayForm ( Form formToCover ) : System

Méthodes protégées

Méthode Description
OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
DwmSetWindowAttribute ( IntPtr hWnd, int attr, int &value, int attrLen ) : int
FormShown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
OverlayForm_Load ( object sender, EventArgs e ) : void
ParentLocationChanged ( object sender, EventArgs e ) : void
ParentSizeChanged ( object sender, EventArgs e ) : void

Method Details

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Résultat void

OverlayForm() public méthode

public OverlayForm ( ) : System
Résultat System

OverlayForm() public méthode

public OverlayForm ( Form formToCover ) : System
formToCover System.Windows.Forms.Form
Résultat System