ActionBuilderDescription Property |
Gets or sets a description 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 string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
Property Value
Type:
StringA description of the action.
RemarksIf the value of Description is not blank, it will
be shown to the user instead of DisplayText.
If both Description and DisplayText
are blank, the palette display text (specified by either a DisplayNameAttribute,
a custom ActionPaletteItem, or the name of the action's type)
will be shown to the user.
See Also