Click or drag to resize
ActionPaletteItem Constructor
Initializes a new instance of the ActionPaletteItem class.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public 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