The filter which can match a window.

The filter which should match a window whichs style should be overridden.

Hierarchy

  • WindowFilter

Properties

application: string

SiteKiosk application name to which this window must belong.

childWindows: ChildWindowFilter

Child windows which should also match.

class: string

The class name of the window, can contain wildcards.

controlId?: number

Control id of the window to check, when not present wont check the control id.

handle: number

The handle of the window to match, you should never use this in a static configuration.

ignoreSiteKioskWindows: boolean

True when SiteKiosk windows should be ignored by this filter.

module: string

The path to the executable of the window, can contain wildcards.

tag: string

The tag of this window, can contain wildcards. A tag is a SiteKiosk internal data.

title: string

The title of the window, can contain wildcards.

useApplicationMainWindow: boolean

True when the main window of the application should be used.

Generated using TypeDoc