C# Class Rsdn.Shortcuts.EditorNodes

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

Public Methods

Method Description
EditorNodes ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildTree ( TreeNode currentNode, ShortcutCollection node ) : void
CreateCollection ( ) : void
EditorNodes_Load ( object sender, EventArgs e ) : void
FillNode ( CustomShortcut shortcut, TreeNodeCollection nodes ) : void
GetType ( string typeName ) : Type
InitializeComponent ( ) : void

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

_addButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_deleteButton_Click ( object sender, EventArgs e ) : void
_descriptionBox_TextChanged ( object sender, EventArgs e ) : void
_nameBox_TextChanged ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void
_treeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EditorNodes() public method

public EditorNodes ( ) : System
return System