ActionPaletteItemCategory Property |
Gets the palette category of the action.
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 virtual string Category { get; }
Public Overridable ReadOnly Property Category As String
Get
public:
virtual property String^ Category {
String^ get ();
}
abstract Category : string with get
override Category : string with get
Property Value
Type:
StringThe palette category of the action.
Remarks
See Also