Property elm.Value
Overload
Gets or sets value.
public string Value { get; set; }
Exceptions
AuException
Failed to set value. |
Property Value
Remarks
Usually it is editable text or some other value that can be changed at run time, therefore in most cases it cannot be used to find or identify the UI element reliably.
The get
function returns ""
if this property is unavailable or if failed. Supports lastError.
Most UI elements don't support set
.