Table of Contents

Method DisableAllFormsChildrenExcept

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DisableAllFormsChildrenExcept(Window?)

Disables children controls for all windows in the application except the specified window.

public static ConcurrentStack<PropInstanceAndValue.SavedPropertiesItem>? DisableAllFormsChildrenExcept(Window? window = null)

Parameters

window Window

Window to ignore during the operation. Optional.

Returns

ConcurrentStack<PropInstanceAndValue.SavedPropertiesItem>