TableRow.CreateControlStyle Method
.NET Framework 3.0
Creates a TableItemStyle object for the TableRow control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected Style CreateControlStyle ()
protected override function CreateControlStyle () : Style
Not applicable.
Return Value
A Style object that specifies the style properties for the TableRow control. The CreateControlCollection method is primarily of interest to control developers extending the functionality of the TableRow control.Community Additions
ADD
Show: