C# Class OdessaGUIProject.UI_Helpers.BorderlessWindow

Inheritance: IDisposable
Mostra file Open project: noahsw/highlight-hunter Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
SystemMenu_SystemEvent ( object sender, WindowMenuEventArgs ev ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SystemMenu_SystemEvent() protected method

protected SystemMenu_SystemEvent ( object sender, WindowMenuEventArgs ev ) : void
sender object
ev WindowMenuEventArgs
return void