ToolsOptionsBaseControl<TOptions>.SaveOrCompareCurrentValueOfControls Method

Definition

Save or compare control values.

protected:
 bool SaveOrCompareCurrentValueOfControls(bool save);
protected bool SaveOrCompareCurrentValueOfControls (bool save);
member this.SaveOrCompareCurrentValueOfControls : bool -> bool
Protected Function SaveOrCompareCurrentValueOfControls (save As Boolean) As Boolean

Parameters

save
Boolean

A Boolean value that indicates whether to save the current value or to compare the current value to that previously saved.

Returns

If the save parameter is True, always returns True. If the save parameter is False, returns True if there were no changes in any control values, otherwise False.

Applies to