TextControlDesigner.GetDesignTimeHtml Method ()
.NET Framework 3.0
Gets the markup that is used to represent the associated control at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
This class overrides this method to ensure that a non-empty Text property value is available when the control is rendered for display on the design surface. This makes sure that the class has a meaningful representation. This method sets any empty Text property of the control to the ID property of the control.
- SecurityPermission for calling unmanaged code. Security action: Demand. Associated enumeration: System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode
Community Additions
ADD
Show: