ActionPaletteItemActionType Property |
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 Type ActionType { get; }
Public ReadOnly Property ActionType As Type
Get
public:
property Type^ ActionType {
Type^ get ();
}
member ActionType : Type with get
Property Value
Type:
TypeThe type of action associated with the
ActionPaletteItem.
See Also