Show / Hide Table of Contents

Enum SODefault

Used with screen.of to specify what screen to return if the window/point/etc is not in a screen or if the window handle is invalid etc.

public enum SODefault

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Nearest

The nearest screen. If window handle is invalid - the primary screen.

Primary

The primary screen.

Zero

Create empty variable.

Extension Methods

ExtMisc.HasAny<SODefault>(SODefault, SODefault)
ExtMisc.Has<SODefault>(SODefault, SODefault)
ExtMisc.SetFlag<SODefault>(ref SODefault, SODefault, bool)