C# Class AGS.Types.StringListUIEditorControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method 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 method

public Begin ( IWindowsFormsEditorService service, string value, IList valueList ) : void
service IWindowsFormsEditorService
value string
valueList IList
return void

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

End() public method

public End ( ) : void
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

StringListUIEditorControl() public method

public StringListUIEditorControl ( ) : System
return System

StringListUIEditorControl() public method

public StringListUIEditorControl ( StringListUIEditor editor ) : System
editor StringListUIEditor
return System