Version

StyleInfoNames Enumeration

Enumeration used to identify StyleInfo objects within the AppStyleInfoCatolog. There is on StyleInfo objects for each css file used by the WebControls. A WebControl may utilized more than one css file or StyleInfo object. The one which it uses at runtime depends upon the particular property settings on the control.
Syntax
'Declaration
 
Public Enum StyleInfoNames 
   Inherits System.Enum
public enum StyleInfoNames : System.Enum 
Members
MemberDescription
Length 
NotSet 
Shared 
WebCalendar 
WebCalendarView 
WebCombo 
WebDateChooser 
WebDayView 
WebGrid 
WebListBar 
WebMenu 
WebMonthView 
WebNavBar 
WebPanel 
WebSchedule 
WebSpellCheckerDialog 
WebTabBottom 
WebTabLeft 
WebTabRight 
WebTabTop 
WebTextEdit 
WebToolbar 
WebTree 
WebWeekView 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also