ActionPaletteItem Constructor |
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 ActionPaletteItem()
public:
ActionPaletteItem()
new : unit -> ActionPaletteItem
Remarks
In order for a class to be used as a custom action palette item, it must inherit from
ActionPaletteItem and have a public constructor that takes no
parameters.
See Also