Version

GetUIRole Method

Helper method for obtaining a Infragistics.Win.AppStyling.UIRole for a particular role name.
Syntax
'Declaration
 
Protected Function GetUIRole( _
   ByVal roleName As String _
) As UIRole
protected UIRole GetUIRole( 
   string roleName
)

Parameters

roleName
Name of the role to obtain from the containing Infragistics.Win.AppStyling.ComponentRole.

Return Value

The Infragistics.Win.AppStyling.UIRole associated with provided role name.
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