C# 클래스 Vidka.Core.Ops.ToggleMuted

상속: _VidkaOp
파일 보기 프로젝트 열기: miktemk/VidkaEditor

공개 메소드들

메소드 설명
Run ( ) : void
ToggleMuted ( IVidkaOpContext context ) : System
TriggerByKeyPress ( KeyEventArgs e ) : bool

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

ToggleMuted() 공개 메소드

public ToggleMuted ( IVidkaOpContext context ) : System
context IVidkaOpContext
리턴 System

TriggerByKeyPress() 공개 메소드

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