C# Class GlueViewTestPlugins.EntityControl.PropertyGridManager

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnPropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Method Details

PropertyGridManager() public méthode

public PropertyGridManager ( System.Windows.Forms.PropertyGrid propertyGrid, RuntimeOptions runtimeOptions ) : System
propertyGrid System.Windows.Forms.PropertyGrid
runtimeOptions RuntimeOptions
Résultat System

Show() public méthode

public Show ( ElementRuntime elementRuntime, NamedObjectSave nosToShow ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
nosToShow FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void