Class HotkeySequenceTextProperties
Represents the properties for sending text as part of a hotkey sequence.
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Controls
Assembly: EyeAuras.Roxy.dll
Syntax
public sealed record HotkeySequenceTextProperties : HotkeySequenceItemProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraPropertiesBase>, IEquatable<HotkeySequenceItemProperties>, IEquatable<HotkeySequenceTextProperties>
Constructors
| Name | Description |
|---|---|
| HotkeySequenceTextProperties() |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| LayoutName | |
| SendMethod | Gets or sets the method used for sending the text. |
| Text | Gets or sets the text to be sent. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(HotkeySequenceItemProperties?) | |
| Equals(HotkeySequenceTextProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(HotkeySequenceTextProperties?, HotkeySequenceTextProperties?) | |
| operator !=(HotkeySequenceTextProperties?, HotkeySequenceTextProperties?) |