ActionPaletteItemInitialize Method |
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 void Initialize(
Type actionType
)
Public Sub Initialize (
actionType As Type
)
public:
void Initialize(
Type^ actionType
)
member Initialize :
actionType : Type -> unit
Parameters
- actionType
- Type: SystemType
Type of action the palette item represents.
See Also