ControlDesigner.OnAutoFormatApplied Method
Assembly: System.Design (in system.design.dll)
public void OnAutoFormatApplied ( DesignerAutoFormat appliedAutoFormat )
public function OnAutoFormatApplied ( appliedAutoFormat : DesignerAutoFormat )
Parameters
- appliedAutoFormat
A DesignerAutoFormat that defines a style.
The OnAutoFormatApplied method is called after a DesignerAutoFormat object has applied a predefined format to the associated control. A DesignerAutoFormat 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.