Click or drag to resize
ActionPaletteItemInitialize Method
Initializes the ActionPaletteItem with the specified action type's information.

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 void Initialize(
	Type actionType
)

Parameters

actionType
Type: SystemType
Type of action the palette item represents.
See Also