Page Class

Definition

Represents a page. The page can be a property sheet or a page of a wizard.

public ref class Page : System::Windows::Forms::UserControl, System::ComponentModel::INotifyPropertyChanged
public class Page : System.Windows.Forms.UserControl, System.ComponentModel.INotifyPropertyChanged
type Page = class
    inherit UserControl
    interface INotifyPropertyChanged
Public Class Page
Inherits UserControl
Implements INotifyPropertyChanged
Inheritance
Derived
Implements

Properties

Caption

Gets or sets the caption text.

HelpKey

Gets or sets the help key that is associated with this page.

IsConfigValid

Gets or sets a value that indicates whether the page configuration is valid.

NavigationText

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets or sets the text that is displayed on the navigation panel.

Title

Gets or sets the title that is displayed on the header panel.

TitleImage

Gets or sets the image that is displayed on the header panel.

Methods

Dispose(Boolean)

Cleans up any resources that are being used.

OnFrameworkClose(CloseReason)

Called when the wizard is closing.

OnHelpRequested(HelpEventArgs)

Raises the HelpRequested event.

OnKillActive()

Occurs when a page is about to be deactivated. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

OnSave()

Called when the page needs to save the configuration. This can occur when the Next or Commit buttons are clicked on the wizard, or when the Save button is clicked on a sheet.

OnSetActive()

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Called each time the page is about to be activated.

OnWizardNext()

Called when the Next button on the wizard is clicked.

OnWizardPrevious()

Called when the Back button on the wizard is clicked.

Events

PropertyChanged

Occurs when a property value changes.

Applies to