RadioButtonList::CreateControlStyle Method ()
.NET Framework (current version)
Creates a style object that is used internally by the RadioButtonList control to implement all style-related properties.
Assembly: System.Web (in System.Web.dll)
The CreateControlStyle method is used primarily by control developers in custom control that derive from the RadioButtonList 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 object for the RadioButtonList control.
.NET Framework
Available since 1.1
Available since 1.1
Show: