FieldsRestoreControlStyleProperties Method  | 
 
            Restore all the style properties that were backup'ed for the control
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic void RestoreControlStyleProperties(
	Control control
)
Public Sub RestoreControlStyleProperties ( 
	control As Control
)
Parameters
- control
 - Type: System.Web.UIControl
Control to restore styles to 
See Also