Interface IWinExistsTrigger
Defines a trigger that checks for the existence of a specified window in the system. It activates if the target window is found, regardless of whether it is the active window.
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.WinExists
Assembly: EyeAuras.DefaultAuras.dll
Syntax
public interface IWinExistsTrigger : 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 window that matches the specified TargetWindow expression. This property holds the identified window instance if the window exists, regardless of its active state. |
TargetWindow | Gets or sets the expression used to identify a specific window. This expression defines the criteria, such as window title or process name, used to search for the window within the system. |