Table::CreateControlStyle Method ()
.NET Framework (current version)
Gets a reference to a collection of properties that define the appearance of a Table control.
Assembly: System.Web (in System.Web.dll)
This method is used primarily by control developers when deriving a custom control from the Table class.
The following code example demonstrates how to override the CreateControlStyle method in a custom server control so that it always returns an empty TableStyle for the Table.
.NET Framework
Available since 1.1
Available since 1.1
Show: