C# Class GlueViewTestPlugins.EntityControl.PropertyGridManager

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
PropertyGridManager ( System.Windows.Forms.PropertyGrid propertyGrid, RuntimeOptions runtimeOptions ) : System
Show ( ElementRuntime elementRuntime, NamedObjectSave nosToShow ) : void

Private Methods

Method Description
OnPropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Method Details

PropertyGridManager() public method

public PropertyGridManager ( System.Windows.Forms.PropertyGrid propertyGrid, RuntimeOptions runtimeOptions ) : System
propertyGrid System.Windows.Forms.PropertyGrid
runtimeOptions RuntimeOptions
return System

Show() public method

public Show ( ElementRuntime elementRuntime, NamedObjectSave nosToShow ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
nosToShow FlatRedBall.Glue.SaveClasses.NamedObjectSave
return void