Version

InitCustomAppearance Method (ImageAndFormattedTextUIElement.ImageAndFormattedTextDependentTextUIElement)

This method is called to resolve custom area appearance. CustomArea parameter will be one of "Link", "ActiveLink", "HotTrackedLink" and "VisitedLink". The default implementation does nothing.
Syntax
'Declaration
 
Protected Overrides Sub InitCustomAppearance( _
   ByRef appData As AppearanceData, _
   ByRef flags As AppearancePropFlags, _
   ByVal customArea As String _
) 
protected override void InitCustomAppearance( 
   ref AppearanceData appData,
   ref AppearancePropFlags flags,
   string customArea
)

Parameters

appData
The AppearanceData to initialize.
flags
The AppearancePropFlags indicating which appearances should be resolved.
customArea
Is either "Link", "ActiveLink", "HotTrackedLink", or "VisitedLink".
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