C# 클래스 ARCed.Scintilla.Configuration.CommandBindingConfig

파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BindableCommand BindableCommand
KeyBinding KeyBinding
ReplaceCurrent bool?

공개 메소드들

메소드 설명
CommandBindingConfig ( KeyBinding keyBinding, bool replaceCurrent, BindableCommand bindableCommand )

Initializes a new instance of the CommandBindingConfig structure.

메소드 상세

CommandBindingConfig() 공개 메소드

Initializes a new instance of the CommandBindingConfig structure.
public CommandBindingConfig ( KeyBinding keyBinding, bool replaceCurrent, BindableCommand bindableCommand )
keyBinding KeyBinding
replaceCurrent bool
bindableCommand BindableCommand

프로퍼티 상세

BindableCommand 공개적으로 프로퍼티

public BindableCommand BindableCommand
리턴 BindableCommand

KeyBinding 공개적으로 프로퍼티

public KeyBinding KeyBinding
리턴 KeyBinding

ReplaceCurrent 공개적으로 프로퍼티

public bool? ReplaceCurrent
리턴 bool?