Table of Contents

Method PopPropertiesMultiple

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

PopPropertiesMultiple(ConcurrentStack<SavedPropertiesItem>?, bool)

Restores property values which were previously saved using PushChildrenEnabledMultiple(IEnumerable<AbstractControl>, bool, bool) or similar methods.

public static void PopPropertiesMultiple(ConcurrentStack<PropInstanceAndValue.SavedPropertiesItem>? saved, bool doInsideUpdate = true)

Parameters

saved ConcurrentStack<PropInstanceAndValue.SavedPropertiesItem>

The collection of the saved properties.

doInsideUpdate bool

Whether to call DoInsideUpdate(Action) when properties are restored.