dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Disable "Previous button" completely #39

Closed dahall closed 5 years ago

dahall commented 5 years ago

Just a quick question.

How can I disable the "Previous"-button completely (the arrow in the upper-left corner)?

I use the Aero Wizard for an application that installs an SQL Server database and the user shouldn't be able to "cancel" while installing. I know it is possible to disable the "click event" on it (Rollback event). But I want to hide the button completely...

Originally posted: 2011-08-26T02:21:56

dahall commented 5 years ago

This cannot be done with version 1.0 of the library. I liked your idea so much that I have added it to the code base for version 1.1. You can find it in source code drop 61807 or wait a few days and I'll release the updated download.

Originally posted: 2011-08-27T16:26:08

dahall commented 5 years ago

I have just downloaded version 1.1 of the library and I can't find the option for this! Did you add a property for this somewhere? I found the AllowBack-property but this only disables the button, and doesn't hide it.

Originally posted: 2011-09-13T01:47:39

dahall commented 5 years ago

I only provided for it to be disabled, not removed.

Originally posted: 2011-09-13T10:16:17

dahall commented 5 years ago

Ah, Ok. I just misunderstood it then.

Originally posted: 2011-09-14T00:44:48