C# Class OdessaGUIProject.UI_Helpers.BorderlessWindow

Inheritance: IDisposable
Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
SystemMenu_SystemEvent ( object sender, WindowMenuEventArgs ev ) : void

Private Methods

Méthode Description
BorderlessWindow ( Form owner, bool resizable, bool minimizable ) : System
BuildPaths ( ) : void
OnNonClientHitTest ( IntPtr lParam ) : IntPtr
OnNonClientLButtonUp ( IntPtr lParam ) : void
OnNonClientMouseMove ( IntPtr lParam ) : void
OnNonClientRButtonUp ( IntPtr lParam ) : void
PaintForm ( PaintEventArgs e, string mainTitle, string subTitle ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SystemMenu_SystemEvent() protected méthode

protected SystemMenu_SystemEvent ( object sender, WindowMenuEventArgs ev ) : void
sender object
ev WindowMenuEventArgs
Résultat void