0

I want to use the same button in my own dialog:

I want this button

As I can see, it is used by Windows Explorer and some other system dialogs.

Is it a standard control? How can I insert it into my application?

1
  • That button is provided by the Aero Wizard framework. Commented May 22, 2012 at 20:41

1 Answer 1

1

This is provided by visual styles (UXTHEME.DLL).

However you must do it yourself. Owner-draw or subclassed button which will paint it using OpenThemeData (class is "NAVIGATION"), part NAV_BACKBUTTON.

Note that as always with UXTHEME.DLL you should also have a fallback if UXTHEME.DLL is not available (before XP), is disabled or if the class "NAVIGATION" is not defined (it is only added in Aero, XP's Luna does not have it).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.