C# Class Rsdn.Janus.ComponentCollectionEditorForm

Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
ComponentCollectionEditorForm ( IList coll ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ComponentCollectionEditorForm ( IList coll ) : System
coll IList
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void