Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Provide an editor for our complex parameter set, the standard component model way. More...
Public Member Functions | |
override UITypeEditorEditStyle | GetEditStyle (ITypeDescriptorContext context) |
Which kind of editor should be shown? | |
override object | EditValue (ITypeDescriptorContext context, IServiceProvider provider, object value) |
Pass the value to edit to our editor dialog and return the changed(?) value. | |
Provide an editor for our complex parameter set, the standard component model way.
Definition at line 201 of file MockUseDeviceTasks.cs.
override object MockPlugin.Tasks.BrewFrappuccino.CompositionEditor.EditValue | ( | ITypeDescriptorContext | context, |
IServiceProvider | provider, | ||
object | value ) |
Pass the value to edit to our editor dialog and return the changed(?) value.
context | |
provider | |
value |
Definition at line 221 of file MockUseDeviceTasks.cs.
override UITypeEditorEditStyle MockPlugin.Tasks.BrewFrappuccino.CompositionEditor.GetEditStyle | ( | ITypeDescriptorContext | context | ) |
Which kind of editor should be shown?
context |
Definition at line 208 of file MockUseDeviceTasks.cs.