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.0.6.0 (8.0.6.20210916)
Syntax public 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