C# Class Vidka.Core.Ops.ToggleMuted

Inheritance: _VidkaOp
Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
Run ( ) : void
ToggleMuted ( IVidkaOpContext context ) : System
TriggerByKeyPress ( KeyEventArgs e ) : bool

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

ToggleMuted() public méthode

public ToggleMuted ( IVidkaOpContext context ) : System
context IVidkaOpContext
Résultat System

TriggerByKeyPress() public méthode

public TriggerByKeyPress ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
Résultat bool