IWindowsFormsActionEditorService Interface |
Provides an interface for an
ActionBuilder to display a control
to edit its action.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic interface IWindowsFormsActionEditorService
Public Interface IWindowsFormsActionEditorService
public interface class IWindowsFormsActionEditorService
type IWindowsFormsActionEditorService = interface end
The IWindowsFormsActionEditorService type exposes the following members.
Methods
| Name | Description |
---|
 | ShowControl |
Displays a control to be used as an editor for an action.
|
Top
See Also