C# Class ARCed.Scintilla.Configuration.CommandBindingConfig

Datei anzeigen 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_oe property

public BindableCommand BindableCommand
return BindableCommand

KeyBinding public_oe property

public KeyBinding KeyBinding
return KeyBinding

ReplaceCurrent public_oe property

public bool? ReplaceCurrent
return bool?