C# Class ZForge.Controls.Wizard.WizardPage

Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FocusFirstTabIndex() public method

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

OnCloseFromBack() public method

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

OnCloseFromNext() public method

Fires the CloseFromNextEvent
public OnCloseFromNext ( Wizard wiz ) : int
wiz Wizard Sender
return int

OnShowFromBack() public method

Fires the showFromBack event
public OnShowFromBack ( Wizard wiz ) : void
wiz Wizard sender
return void

OnShowFromNext() public method

Fires the showFromNext event
public OnShowFromNext ( Wizard wiz ) : void
wiz Wizard Sender
return void