Interface IWinActiveTrigger
Defines a trigger that activates based on the active foreground window on the system.
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.WinActive
Assembly: EyeAuras.DefaultAuras.dll
Syntax
public interface IWinActiveTrigger : IAuraTrigger, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
ActiveWindow | Gets the window handle of the currently active window that matches the TargetWindow expression. This property is updated in real-time to reflect the active window that fulfills the matching criteria. |
TargetWindow | Gets or sets the expression used to identify the target window. This expression is used to match a specific window based on its properties. |