C# Class ZForge.Controls.Wizard.WizardPage

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FocusFirstTabIndex ( ) : void

Set the focus to the contained control with a lowest tabIndex

OnCloseFromBack ( Wizard wiz ) : int

Fires the CloseFromBack Event

OnCloseFromNext ( Wizard wiz ) : int

Fires the CloseFromNextEvent

OnShowFromBack ( Wizard wiz ) : void

Fires the showFromBack event

OnShowFromNext ( Wizard wiz ) : void

Fires the showFromNext event

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FocusFirstTabIndex() public méthode

Set the focus to the contained control with a lowest tabIndex
public FocusFirstTabIndex ( ) : void
Résultat void

OnCloseFromBack() public méthode

Fires the CloseFromBack Event
public OnCloseFromBack ( Wizard wiz ) : int
wiz Wizard Wizard to pass into the sender argument
Résultat int

OnCloseFromNext() public méthode

Fires the CloseFromNextEvent
public OnCloseFromNext ( Wizard wiz ) : int
wiz Wizard Sender
Résultat int

OnShowFromBack() public méthode

Fires the showFromBack event
public OnShowFromBack ( Wizard wiz ) : void
wiz Wizard sender
Résultat void

OnShowFromNext() public méthode

Fires the showFromNext event
public OnShowFromNext ( Wizard wiz ) : void
wiz Wizard Sender
Résultat void