ControlDesigner.OnAutoFormatApplied Method
.NET Framework 3.0
Called when a predefined, automatic formatting scheme has been applied to the associated control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public void OnAutoFormatApplied ( DesignerAutoFormat appliedAutoFormat )
public function OnAutoFormatApplied ( appliedAutoFormat : DesignerAutoFormat )
Not applicable.
Parameters
- appliedAutoFormat
A DesignerAutoFormat object that defines a style.
The OnAutoFormatApplied method is called after a DesignerAutoFormat object has applied a predefined format to the associated control. A DesignerAutoFormat object defines the automatic formatting scheme name and style settings that are applied to the control.
Classes deriving from the ControlDesigner class override the OnAutoFormatApplied method to perform additional processing when an automatic formatting scheme is applied to the associated control.
Community Additions
ADD
Show: