C# Class PluginTestbed.GlobalContentManagerPlugins.PluginForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ClearElements ( ) : void
ElementDataGrid_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void
PluginForm ( ) : System
RefreshElements ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddElement ( IElement element ) : void
CloseButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

IsElementFullyInGlobalContent ( IElement element ) : bool
UpdateValueAtRowColumn ( int rowIndex, int columnIndex ) : void

Method Details

ClearElements() public method

public ClearElements ( ) : void
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

ElementDataGrid_CurrentCellDirtyStateChanged() public method

public ElementDataGrid_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PluginForm() public method

public PluginForm ( ) : System
return System

RefreshElements() public method

public RefreshElements ( ) : void
return void