Method | Description | |
---|---|---|
GenericPropGrid ( object obj ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnMenuContextPopup ( object sender, System e ) : void |
disable any menu options if there is no current item selected in the PropGrid
|
|
OnShowClassInfo ( object sender, System e ) : void |
User chose "Show Class Info..." from the context menu. Allow them to browse using Reflection for the class of the sub-object selected.
|
|
OnShowObjInfo ( object sender, System e ) : void |
User chose "Show Object Info..." from the context menu. Allow them to browse using Reflection for the sub-object selected.
|
public GenericPropGrid ( object obj ) : System | ||
obj | object | |
return | System |