C# Class HandsFree.KeyControl

Afficher le fichier Open project: Ractiv/HandsFree

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

Exit_Click() protected méthode

protected Exit_Click ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
Résultat void

KeyControl() public méthode

public KeyControl ( ) : System
Résultat System

Mute() public méthode

public Mute ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

NextTrack() public méthode

public NextTrack ( ) : void
Résultat void

PausePlay() public méthode

public PausePlay ( ) : void
Résultat void

PrevTrack() public méthode

public PrevTrack ( ) : void
Résultat void

Show_Hide() protected méthode

protected Show_Hide ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

VolumeDown() public méthode

public VolumeDown ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

VolumeUp() public méthode

public VolumeUp ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void