In This Article

WizardLayoutButtonsEventArgs Class

Provides data for the layout buttons event of a Wizard control.

public class WizardLayoutButtonsEventArgs : EventArgs
Inheritance:
object EventArgs object

Properties

BackButtonLocation

Gets or sets the position at which the Back button should be placed.

public Point BackButtonLocation { get; set; }

Property Value

Point:

The position at which the Back button should be placed.

CancelButtonLocation

Gets or sets the position at which the Cancel button should be placed.

public Point CancelButtonLocation { get; set; }

Property Value

Point:

The position at which the Cancel button should be placed.

FinishButtonLocation

Gets or sets the position at which the Finish button should be placed.

public Point FinishButtonLocation { get; set; }

Property Value

Point:

The position at which the Finish button should be placed.

HelpButtonLocation

Gets or sets the position at which the Help button should be placed.

public Point HelpButtonLocation { get; set; }

Property Value

Point:

The position at which the Help button should be placed.

NextButtonLocation

Gets or sets the position at which the Next button should be placed.

public Point NextButtonLocation { get; set; }

Property Value

Point:

The position at which the Next button should be placed.

Inherited Members