ActionPaletteItemAttribute Constructor (Type) |
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic ActionPaletteItemAttribute(
Type actionPaletteItemType
)
Public Sub New (
actionPaletteItemType As Type
)
public:
ActionPaletteItemAttribute(
Type^ actionPaletteItemType
)
new :
actionPaletteItemType : Type -> ActionPaletteItemAttribute
Parameters
- actionPaletteItemType
- Type: SystemType
Type of the class that provides information
about the representation in a palette of the action this attribute is bound to.
See Also