Skip to content

AttachmentState

Describes how the selected external window is currently attached to the host.

Type

csharp
RoyalApps.Community.ExternalApps.WinForms.Embedding.AttachmentState

Used By

Values

None = 0

Indicates that no window is currently attached to the session.

External = 1

Indicates that a window is attached but currently left external instead of being reparented into the host.

Detached = 2

Indicates that a window is attached to the session but has been detached from the host control.

Embedded = 3

Indicates that a window is currently embedded in the host control.

Back to API index

MIT Licensed