TableStyle.FillStyleAttributes Method (CssStyleCollection, IUrlResolutionService)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds the style properties of the TableStyle object to the specified System.Web.UI.CssStyleCollection collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

override FillStyleAttributes : 
        attributes:CssStyleCollection *
        urlResolver:IUrlResolutionService -> unit

Parameters

attributes
Type: System.Web.UI.CssStyleCollection

The System.Web.UI.CssStyleCollection to which to add the style properties.

urlResolver
Type: System.Web.UI.IUrlResolutionService

An object implemented by the System.Web.UI.IUrlResolutionService that contains the context information for the current location (URL).

Use the FillStyleAttributes method to add the style properties of the TableStyle object to the specified System.Web.UI.CssStyleCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: