ControlDesigner::OnAutoFormatApplied Method (DesignerAutoFormat^)
.NET Framework (current version)
Called when a predefined, automatic formatting scheme has been applied to the associated control.
Assembly: System.Design (in System.Design.dll)
Parameters
- appliedAutoFormat
-
Type:
System.Web.UI.Design::DesignerAutoFormat^
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: