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 postback
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic void BackupControlStyleProperties(
	Control control,
	bool overwriteBackup
)
Public Sub BackupControlStyleProperties ( 
	control As Control,
	overwriteBackup As Boolean
)
Parameters
- control
 - Type: System.Web.UIControl
Control to backup styles for - overwriteBackup
 - Type: SystemBoolean
 
See Also