Property | Type | Description |
---|
Method | Description | |
---|---|---|
ReactToGluxLoad ( |
||
ReactToGluxSave ( ) : void | ||
ReactToGluxUnload ( bool isExiting ) : void | ||
ReactToNewFile ( |
||
ReactToNewObject ( |
||
ReactToRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, |
||
RefreshGlux ( ) : void | ||
ShutDown ( PluginShutDownReason reason ) : bool | ||
StartUp ( ) : void |
public ReactToGluxLoad ( |
||
newGlux | ||
fileName | string | |
return | void |
public ReactToGluxUnload ( bool isExiting ) : void | ||
isExiting | bool | |
return | void |
public ReactToNewFile ( |
||
newFile | ||
return | void |
public ReactToNewObject ( |
||
newNamedObject | ||
return | void |
public ReactToRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, |
||
rightClickedPropertyGrid | System.Windows.Forms.PropertyGrid | |
menuToModify | ||
return | void |
public ShutDown ( PluginShutDownReason reason ) : bool | ||
reason | PluginShutDownReason | |
return | bool |