FrameworkButton Enum

Definition

Specifies the button type of the wizard or property sheet.

public enum class FrameworkButton
public enum FrameworkButton
type FrameworkButton = 
Public Enum FrameworkButton
Inheritance
FrameworkButton

Fields

Apply 7

The Apply button on a wizard.

Cancel 4

The Cancel button on a wizard.

Close 5

The Close button on a wizard.

Commit 2

The Commit button on a wizard or property sheet.

Help 3

The Help button on a wizard or property sheet.

Next 1

The Next button on a wizard.

OK 6

The OK button on a wizard.

Previous 0

The Previous button on a wizard.

Applies to