C# Class Rsdn.Janus.ComponentCollectionEditorForm

显示文件 Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
ComponentCollectionEditorForm ( IList coll ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AcceptChanges ( ) : void
AddItem ( ) : void
CollectionItemType ( ) : Type
DelItem ( ) : void
GetItemText ( object item ) : string
HasParamlessCtor ( Type itemType ) : bool
InitializeComponent ( ) : void

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

RefreshList ( ) : void
_AddItemButton_Click ( object sender, EventArgs e ) : void
_DelItemButton_Click ( object sender, EventArgs e ) : void
_ItemPropertyGrid_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
_ItemsList_SelectedIndexChanged ( object sender, EventArgs e ) : void
_OkButton_Click ( object sender, EventArgs e ) : void

Method Details

ComponentCollectionEditorForm() public method

public ComponentCollectionEditorForm ( IList coll ) : System
coll IList
return System

Dispose() protected method

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