Click or drag to resize

FieldsBackupControlStyleProperties Method

Backup all the style properties of the control in order to be able to invert the control back to original state, only if not post back

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void BackupControlStyleProperties(
	Control control,
	bool overwriteBackup
)

Parameters

control
Type: System.Web.UIControl
Control to backup styles for
overwriteBackup
Type: SystemBoolean
See Also