June 2002
Intermediate to advanced
816 pages
28h 12m
English
TableDesigner
This class provides the design-time representation of the System.Web.UI.WebControls.Table control. This closely
resembles the runtime representation, except when the table is empty (in which
case dummy data is used) or if you use code to modify the table
programmatically before it is displayed.
Public Class TableDesigner : Inherits System.Web.UI.Design.ControlDesigner ' Public Constructors Public Sub New() ' Public Instance Methods Overrides Public Function GetDesignTimeHtml() As String Overrides Public Function GetPersistInnerHtml() As String End Class
System.Object→ System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)→System.Web.UI.Design.HtmlControlDesigner→System.Web.UI.Design.ControlDesigner→ TableDesigner
Read now
Unlock full access