Click or drag to resize

FieldsRestoreControlStyleProperties Method

Restore all the style properties that were backup for the control

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax
public void RestoreControlStyleProperties(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to restore styles to
See Also