C# Класс CristiPotlog.Controls.Wizard

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ActivatePage void
ActivatePage void
FocusFirstTabIndex void
InitializeComponent void
buttonBack_Click void
buttonCancel_Click void
buttonHelp_Click void
buttonNext_Click void

Открытые методы

Метод Описание
Back ( ) : void

Swithes backward to previous wizard page.

Next ( ) : void

Swithes forward to next wizard page.

Wizard ( ) : System

Creates a new instance of the Wizard class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void

Raises the SwitchPages event.

OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void

Raises the SwitchPages event.

OnCancel ( CancelEventArgs e ) : void

Raises the Cancel event.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void

Raises the ControlAdded event.

OnFinish ( EventArgs e ) : void

Raises the Finish event.

OnHelp ( EventArgs e ) : void

Raises the Help event.

OnLoad ( EventArgs e ) : void

Raises the Load event.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnResize ( EventArgs e ) : void

Raises the Resize event.

ShouldSerializeHeaderFont ( ) : bool
ShouldSerializeHeaderTitleFont ( ) : bool
ShouldSerializeWelcomeFont ( ) : bool
ShouldSerializeWelcomeTitleFont ( ) : bool

Приватные методы

Метод Описание
ActivatePage ( WizardPage page ) : void

Activates the specified wizard bage.

ActivatePage ( int index ) : void

Activates the specified wizard bage.

FocusFirstTabIndex ( Control container ) : void

Focus the control with a lowest tab index in the given container.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonBack_Click ( object sender, System e ) : void

Handles the Click event of buttonBack.

buttonCancel_Click ( object sender, System e ) : void

Handles the Click event of buttonCancel.

buttonHelp_Click ( object sender, System e ) : void

Handles the Click event of buttonHelp.

buttonNext_Click ( object sender, System e ) : void

Handles the Click event of buttonNext.

Описание методов

Back() публичный Метод

Swithes backward to previous wizard page.
public Back ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Next() публичный Метод

Swithes forward to next wizard page.
public Next ( ) : void
Результат void

OnAfterSwitchPages() защищенный Метод

Raises the SwitchPages event.
protected OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void
e AfterSwitchPagesEventArgs A WizardPageEventArgs object that holds event data.
Результат void

OnBeforeSwitchPages() защищенный Метод

Raises the SwitchPages event.
protected OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void
e BeforeSwitchPagesEventArgs A WizardPageEventArgs object that holds event data.
Результат void

OnCancel() защищенный Метод

Raises the Cancel event.
protected OnCancel ( CancelEventArgs e ) : void
e CancelEventArgs A CancelEventArgs object that holds event data.
Результат void

OnControlAdded() защищенный Метод

Raises the ControlAdded event.
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Результат void

OnFinish() защищенный Метод

Raises the Finish event.
protected OnFinish ( EventArgs e ) : void
e System.EventArgs A EventArgs object that holds event data.
Результат void

OnHelp() защищенный Метод

Raises the Help event.
protected OnHelp ( EventArgs e ) : void
e System.EventArgs A EventArgs object that holds event data.
Результат void

OnLoad() защищенный Метод

Raises the Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnResize() защищенный Метод

Raises the Resize event.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void

ShouldSerializeHeaderFont() защищенный Метод

protected ShouldSerializeHeaderFont ( ) : bool
Результат bool

ShouldSerializeHeaderTitleFont() защищенный Метод

protected ShouldSerializeHeaderTitleFont ( ) : bool
Результат bool

ShouldSerializeWelcomeFont() защищенный Метод

protected ShouldSerializeWelcomeFont ( ) : bool
Результат bool

ShouldSerializeWelcomeTitleFont() защищенный Метод

protected ShouldSerializeWelcomeTitleFont ( ) : bool
Результат bool

Wizard() публичный Метод

Creates a new instance of the Wizard class.
public Wizard ( ) : System
Результат System