Method PopPropertiesMultiple
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
boolWhether to call DoInsideUpdate(Action) when properties are restored.