C# 클래스 FastColoredTextBoxNS.MacrosManager

This class records, stores and executes the macros.
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
AddCharToMacros ( char c, Keys modifiers ) : void

Adds the char to current macro

AddKeyToMacros ( Keys keyData ) : void

Adds keyboard key to current macro

ClearMacros ( ) : void

Clears last recorded macro

ExecuteMacros ( ) : void

Executes recorded macro

ExecuteMacros ( string file ) : void

비공개 메소드들

메소드 설명
MacrosManager ( FastColoredTextBox ctrl ) : System.Collections.Generic
ProcessKey ( Keys keyData ) : void
ProcessKey ( char c, Keys modifiers ) : void

메소드 상세

AddCharToMacros() 공개 메소드

Adds the char to current macro
public AddCharToMacros ( char c, Keys modifiers ) : void
c char
modifiers Keys
리턴 void

AddKeyToMacros() 공개 메소드

Adds keyboard key to current macro
public AddKeyToMacros ( Keys keyData ) : void
keyData Keys
리턴 void

ClearMacros() 공개 메소드

Clears last recorded macro
public ClearMacros ( ) : void
리턴 void

ExecuteMacros() 공개 메소드

Executes recorded macro
public ExecuteMacros ( ) : void
리턴 void

ExecuteMacros() 공개 메소드

public ExecuteMacros ( string file ) : void
file string
리턴 void