Click or drag to resize
ActionPaletteItemAttribute Constructor (Boolean)
Initializes a new instance of the ActionPaletteItemAttribute class and specifies whether to use a default value or disable action palette support.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public ActionPaletteItemAttribute(
	bool defaultType
)

Parameters

defaultType
Type: SystemBoolean
to create an action palette item attribute for a default palette item; to associate no palette support for the UpdateAction this attribute is applied to.
See Also