TableStyle.FillStyleAttributes Method
.NET Framework 3.0
This method supports the .NET Framework 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.WebControlsAssembly: System.Web (in system.web.dll)
protected: virtual void FillStyleAttributes ( CssStyleCollection^ attributes, IUrlResolutionService^ urlResolver ) override
protected void FillStyleAttributes ( CssStyleCollection attributes, IUrlResolutionService urlResolver )
protected override function FillStyleAttributes ( attributes : CssStyleCollection, urlResolver : IUrlResolutionService )
Not applicable.
Parameters
- attributes
The System.Web.UI.CssStyleCollection to which to add the style properties.
- urlResolver
An object implemented by the System.Web.UI.IUrlResolutionService that contains the context information for the current location (URL).
Community Additions
ADD
Show: