Version

InitializeStyleRole Method

Initializes a style object according to the RoleInfo data that is obtained from the StyleInfoCatalog. The RoleInfo is looked up in the StyleInfoCatalog and passed on to the initialization overload for further handling. That is designed in addition to a similar method with 2 parameters. It should be used when control has multiple styles with same role.
Overload List
OverloadDescription
InitializeStyleRole(Style,Int32,String)Initializes a style object according to the RoleInfo data that is obtained from the StyleInfoCatalog. The RoleInfo is looked up in the StyleInfoCatalog and passed on to the initialization overload for further handling. That is designed in addition to a similar method with 2 parameters. It should be used when control has multiple styles with same role.  
InitializeStyleRole(Style,Int32)Initializes a style object according to the RoleInfo data that is obtained from the StyleInfoCatalog. The RoleInfo is looked up in the StyleInfoCatalog and passed on to the initialization overload for further handling. That is a wrapper for InitializeStyleRole(style, roleIndex, "r").  
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