Property elm.DefaultAction
Overload
Gets default action of elm.Invoke.
public string DefaultAction { get; }
Property Value
Remarks
If this is a Java UI element, returns all actions that can be used with elm.JavaInvoke, like "action1, action2, action3"
, from which the first is considered default and is used by elm.Invoke.
Note: the string is supposed to be localized, ie depends on UI language; except Java.