C# Class DimScreen.frmTray

Inheritance: System.Windows.Forms.Form
Mostra file Open project: DHIteration/DimScreen

Public Properties

Property Type Description
regkey_ Microsoft.Win32.RegistryKey

Public Methods

Method Description
frmTray ( ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
RegisterHotKey ( IntPtr hWnd, int id, int fsModifiers, int vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool
clearOverlays ( ) : void
configureOverlays ( float initialValue ) : void
frmTray_Load ( object sender, EventArgs e ) : void
menuExit_Click ( object sender, EventArgs e ) : void
menuRestart_Click ( object sender, EventArgs e ) : void
notifyIcon1_MouseClick ( object sender, MouseEventArgs e ) : void
numericMenus_Click ( object sender, EventArgs e ) : void

Method Details

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

frmTray() public method

public frmTray ( ) : System
return System

Property Details

regkey_ public_oe static_oe property

public static RegistryKey,Microsoft.Win32 regkey_
return Microsoft.Win32.RegistryKey