C# Class Vidka.Core.Ops.ToggleMuted

Inheritance: _VidkaOp
Exibir arquivo Open project: miktemk/VidkaEditor

Public Methods

Method Description
Run ( ) : void
ToggleMuted ( IVidkaOpContext context ) : System
TriggerByKeyPress ( KeyEventArgs e ) : bool

Method Details

Run() public method

public Run ( ) : void
return void

ToggleMuted() public method

public ToggleMuted ( IVidkaOpContext context ) : System
context IVidkaOpContext
return System

TriggerByKeyPress() public method

public TriggerByKeyPress ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
return bool