Method elm.ToString
Overload
Formats string from main properties of this UI element.
public override string ToString()
Returns
Overrides
Remarks
The string starts with role. Other properties have format like x="value"
, where x
is a property character like with elm.GetProperties; character e
is elm.Item. HTML attributes have format @name="value"
. In string values are used C# escape sequences, for example \r\n
for new line.
Indentation depends on elm.Level.