C# Class HandsFree.KeyControl

Exibir arquivo Open project: Ractiv/HandsFree

Public Methods

Method Description
KeyControl ( ) : System
Mute ( object sender, EventArgs e ) : void
NextTrack ( ) : void
PausePlay ( ) : void
PrevTrack ( ) : void
Start ( ) : void
VolumeDown ( object sender, EventArgs e ) : void
VolumeUp ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Exit_Click ( Object sender, EventArgs e ) : void
Show_Hide ( Object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendMessageW ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Exit_Click() protected method

protected Exit_Click ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

KeyControl() public method

public KeyControl ( ) : System
return System

Mute() public method

public Mute ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

NextTrack() public method

public NextTrack ( ) : void
return void

PausePlay() public method

public PausePlay ( ) : void
return void

PrevTrack() public method

public PrevTrack ( ) : void
return void

Show_Hide() protected method

protected Show_Hide ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

Start() public method

public Start ( ) : void
return void

VolumeDown() public method

public VolumeDown ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

VolumeUp() public method

public VolumeUp ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void