SubMenuStyle.FillStyleAttributes Method
.NET Framework 3.0
Adds the style properties of the SubMenuStyle object to the specified System.Web.UI.CssStyleCollection object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: 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 object to which to add the style properties.
- urlResolver
The IUrlResolutionService-implemented object that contains the context information for the current location (URL).
Community Additions
ADD
Show:
Note: