Class DText
Text for dialog functions. Supports links. Has implicit conversion from string.
public record DText : IEquatable<DText>
Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
DText
Constructors
| Name | Description |
|---|---|
| DText(string, params Action<DEventArgs>[]) |
Properties
| Name | Description |
|---|---|
| text | Text. Links can be specified like |
Operators
| Name | Description |
|---|---|
| implicit operator DText(string) | Implicit conversion from string. |