Version

CreateAppearance Method

Creates an appearance using the information from the current state.
Syntax
'Declaration
 
Public Function CreateAppearance( _
   ByVal includeResources As Boolean, _
   ByVal includeDescendants As Boolean, _
   ByVal includeBasedOnStyleSets As Boolean _
) As AppearanceBase

Parameters

includeResources
Indicates whether style information from resources should be included
includeDescendants
Indicates whether style information from descendant roles should be included
includeBasedOnStyleSets
Indicates whether style information from stylesets that the containing styleset is based upon should be included.

Return Value

A Infragistics.Win.AppearanceBase object created from the specified parameters.
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