Class HotkeySequenceHotkeyProperties
Represents the properties for triggering a hotkey as part of a hotkey sequence.
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Controls
Assembly: EyeAuras.Roxy.dll
Syntax
public sealed record HotkeySequenceHotkeyProperties : HotkeySequenceItemProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraPropertiesBase>, IEquatable<HotkeySequenceItemProperties>, IEquatable<HotkeySequenceHotkeyProperties>
Constructors
Name | Description |
---|---|
HotkeySequenceHotkeyProperties() |
Properties
Name | Description |
---|---|
EqualityContract | |
Hotkey | Gets or sets the hotkey to be triggered. |
IsDown | Gets or sets a value indicating whether the hotkey is a key down or key up event. |
Version |
Methods
Name | Description |
---|---|
Equals(HotkeySequenceHotkeyProperties?) | |
Equals(HotkeySequenceItemProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(HotkeySequenceHotkeyProperties?, HotkeySequenceHotkeyProperties?) | |
operator !=(HotkeySequenceHotkeyProperties?, HotkeySequenceHotkeyProperties?) |