C# Class FC3Editor.UI.ParamObjectSelectionList

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ParamObjectSelectionList ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetCurrentItem ( ) : EditorObject
InitializeComponent ( ) : void
OnPerformAction ( ) : void
OnSelectionChanged ( ) : void
UpdateSelection ( ) : void
UpdateSelectionList ( ) : void
treeViewObjectSelection_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeViewObjectSelection_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

ParamObjectSelectionList() public method

public ParamObjectSelectionList ( ) : System
return System