C# Class Rsdn.Shortcuts.DesignShortcuts

Summary description for DesignShortcut.
Inheritance: System.Windows.Forms.Form, IDialogContainer
Mostrar archivo Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
AcceptChanges ( ) : void
DesignShortcuts ( ShortcutManager manager ) : System
GetDialog ( ) : Control
RejectChanges ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildTree ( TreeNodeCollection treeNodes, ShortcutCollection shortcutNodes ) : void
CustomInitializeComponent ( ) : void
FillListBox ( bool refresh ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadPreset ( ) : void
LoadShortcuts ( ) : void
ProcessToolbarClick ( string action ) : void
ReFillHashTable ( ) : void
SaveAsPreset ( ) : void
_applyButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void
_refreshButton_Click ( object sender, EventArgs e ) : void
_toolbar_ButtonClick ( object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void
listBox1_SelectedValueChanged ( object sender, EventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView1_BeforeSelect ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Method Details

AcceptChanges() public method

public AcceptChanges ( ) : void
return void

DesignShortcuts() public method

public DesignShortcuts ( ShortcutManager manager ) : System
manager ShortcutManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetDialog() public method

public GetDialog ( ) : Control
return System.Windows.Forms.Control

RejectChanges() public method

public RejectChanges ( ) : void
return void