Version

ResolveAppearance(Object,AppearanceData,AppearancePropFlags,EmbeddableEditorArea,Boolean,String) Method

Resolves the appearance for the element
Syntax
'Declaration
 
Public Overloads Overrides Function ResolveAppearance( _
   ByVal ownerContext As Object, _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal area As EmbeddableEditorArea, _
   ByVal hotTracking As Boolean, _
   ByVal customArea As String _
) As Boolean
public override bool ResolveAppearance( 
   object ownerContext,
   ref AppearanceData appearance,
   ref AppearancePropFlags requestedProps,
   EmbeddableEditorArea area,
   bool hotTracking,
   string customArea
)

Parameters

ownerContext
Context identifying the element
appearance
Appearance struct to update
requestedProps
Appearance properties to resolve
area
Area for which the appearance is being requested
hotTracking
True if the mouse is over the element
customArea
String describing the custom area to render - only used when area is Custom

Return Value

True if the specified appearance was resolved
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