C# Class ARCed.Scintilla.Configuration.CommandBindingConfig

Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Properties

Property Type Description
BindableCommand BindableCommand
KeyBinding KeyBinding
ReplaceCurrent bool?

Public Methods

Method Description
CommandBindingConfig ( KeyBinding keyBinding, bool replaceCurrent, BindableCommand bindableCommand )

Initializes a new instance of the CommandBindingConfig structure.

Method Details

CommandBindingConfig() public method

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

Property Details

BindableCommand public property

public BindableCommand BindableCommand
return BindableCommand

KeyBinding public property

public KeyBinding KeyBinding
return KeyBinding

ReplaceCurrent public property

public bool? ReplaceCurrent
return bool?