Version

SupportedRoleProperties Enumeration

Enumeration used by a UIRoleDefinition to indicate which properties are supported.
Syntax
'Declaration
 
Public Enum SupportedRoleProperties 
   Inherits System.Enum
public enum SupportedRoleProperties : System.Enum 
Members
MemberDescription
BorderStyleThe Infragistics.Win.AppStyling.UIRole will utilize a Infragistics.Win.UIElementBorderStyle.
ButtonStyleThe Infragistics.Win.AppStyling.UIRole will utilize a Infragistics.Win.UIElementButtonStyle.
NoneThe Infragistics.Win.AppStyling.UIRole does not support any properties.
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