Version

ResolveWindowsXPCommandButtonAppearance Method

Sets the appearance data needed for the element to have the WindowsXPCommand button look. Provides default values for BackColor, BackColor2, BackGradientStyle, and BorderColor3DBase. BorderColor is set here if the mouse is over the element.
Syntax
'Declaration
 
Public Shared Sub ResolveWindowsXPCommandButtonAppearance( _
   ByRef appearanceData As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal buttonState As UIElementButtonState _
) 
public static void ResolveWindowsXPCommandButtonAppearance( 
   ref AppearanceData appearanceData,
   ref AppearancePropFlags requestedProps,
   UIElementButtonState buttonState
)

Parameters

appearanceData
The ApperanceData struct to modify.
requestedProps
The requested properties to be set.
buttonState
The current state of the button being rendered.
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