C# Class entity.MapForms.CustomPluginEditor

Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
comboBoxPluginName System.Windows.Forms.ComboBox

Public Methods

Method Description
CustomPluginEditor ( Map map ) : System

Initializes a new instance of the CustomPluginEditor class.

setNameBox ( string initalName ) : string

The set name box.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateTree ( object ifps, string path ) : TreeNode[]

The create tree.

CustomPluginEditor_FormClosed ( object sender, FormClosedEventArgs e ) : void

The custom plugin editor_ form closed.

CustomPluginEditor_Load ( object sender, EventArgs e ) : void

The custom plugin editor_ load.

InitializeComponent ( ) : void

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

button5_Click ( object sender, EventArgs e ) : void

The button 5_ click.

button6_Click ( object sender, EventArgs e ) : void

The button 6_ click.

comboBoxPluginName_SelectedIndexChanged ( object sender, EventArgs e ) : void

The combo box plugin name_ selected index changed.

delBtn_Click ( object sender, EventArgs e ) : void

The button 4_ click.

dupBtn_Click ( object sender, EventArgs e ) : void

The button 3_ click.

renameBtn_Click ( object sender, EventArgs e ) : void

The button 2_ click.

savetagTypeBtn_Click ( object sender, EventArgs e ) : void

The button 1_ click.

treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void

The tree view 1_ after check.

treeViewTags_AfterCheck ( object sender, TreeViewEventArgs e ) : void

The tree view tags_ after check.

treeViewTags_AfterSelect ( object sender, TreeViewEventArgs e ) : void

The tree view tags_ after select.

writeNodesToReg ( TreeNode tn ) : void

The write nodes to reg.

Method Details

CustomPluginEditor() public method

Initializes a new instance of the CustomPluginEditor class.
public CustomPluginEditor ( Map map ) : System
map Map The map.
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

setNameBox() public method

The set name box.
public setNameBox ( string initalName ) : string
initalName string The inital name.
return string

Property Details

comboBoxPluginName public_oe property

public System.Windows.Forms.ComboBox comboBoxPluginName
return System.Windows.Forms.ComboBox