RssFeed Documented Class Library

RssFeed.CreateControlStyle Method 

The CreateControl() style method is called internally by WebControl to create the control's style. Since RssFeed is displayed in a table, we want to return a TableStyle instance (as opposed to a generic Style instance).

protected override Style CreateControlStyle();

Return Value

A TableStyle instance.

See Also

RssFeed Class | skmRss Namespace