Class WorkflowComponentEditor
Provides the abstract base class for a custom workflow component editor.
public abstract class WorkflowComponentEditor : ComponentEditor
- Inheritance
-
WorkflowComponentEditor
- Derived
- Inherited Members
Methods
- EditComponent(ITypeDescriptorContext, object)
Edits the component and returns a value indicating whether the component was modified based upon a given context.
- EditComponent(ITypeDescriptorContext, object, IServiceProvider, IWin32Window)
Edits the component and returns a value indicating whether the component was modified using the specified context and a parent window handle.
- EditComponent(object, IServiceProvider, IWin32Window)
Edits the component and returns a value indicating whether the component was modified using the specified service provider and a parent window handle.