Version

ResolveItemAppearance Method

Resolves appearance for individual items in the value list.
Syntax
'Declaration
 
Sub ResolveItemAppearance( _
   ByVal itemIndex As Integer, _
   ByRef appData As AppearanceData, _
   ByRef flags As AppearancePropFlags, _
   ByVal componentRole As ComponentRole _
) 
void ResolveItemAppearance( 
   int itemIndex,
   ref AppearanceData appData,
   ref AppearancePropFlags flags,
   ComponentRole componentRole
)

Parameters

itemIndex
Index of the item to resolve the appearance for.
appData
AppearanceData structure where resolved appearance data is stored.
flags
Properties to resolve.
componentRole
Component role.
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