DesignerAutoFormat.Apply Method
.NET Framework 3.0
Applies the associated formatting to the specified control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The Apply method applies formatting to the specified control based on the Name property. You can apply the styles directly to the control, or set the Style property and then use the MergeStyle method for the control to apply the style changes to the control.
Notes to Inheritors: When you inherit from the DesignerAutoFormat class, you must override the Apply method.Community Additions
ADD
Show: