Version

ComponentRoleFilterState Enumeration

Enumeration used to indicate the state of the component role for which the selection ui will be displayed.
Syntax
'Declaration
 
Public Enum ComponentRoleFilterState 
   Inherits System.Enum
public enum ComponentRoleFilterState : System.Enum 
Members
MemberDescription
AvailableThe component role is available and its roles may be selected via the RoleSelectionUI
FilteredOutThe component role is affected by the currently selected styleset but is currently not displayed because the filter is being used to restrict the display to a single component.
NotAffectedByCurrentStyleSetThe component role is targeted by a different styleset then the currently selected one.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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