C# Class AGS.Types.StringListUIEditorControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( IWindowsFormsEditorService service, string value, IList valueList ) : void
End ( ) : void
StringListUIEditorControl ( ) : System
StringListUIEditorControl ( StringListUIEditor editor ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

clbItems_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void

Method Details

Begin() public méthode

public Begin ( IWindowsFormsEditorService service, string value, IList valueList ) : void
service IWindowsFormsEditorService
value string
valueList IList
Résultat void

Dispose() protected méthode

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

End() public méthode

public End ( ) : void
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

StringListUIEditorControl() public méthode

public StringListUIEditorControl ( ) : System
Résultat System

StringListUIEditorControl() public méthode

public StringListUIEditorControl ( StringListUIEditor editor ) : System
editor StringListUIEditor
Résultat System