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.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.2.0.0 (3.2.0.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