C# Class XenAdmin.Controls.XenTabPage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Свойство Type Description
Connection IXenConnection
DisableStep bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CheckPageDisabled ( ) : void

Check whether this step needs to be disabled. Not always overriden in derived classes

EnableCancel ( ) : bool
EnableNext ( ) : bool
EnablePrevious ( ) : bool
NextText ( bool isLastPage ) : string
PageCancelled ( ) : void

Called when the wizard's Cancel button is hit while on this page

PageLeave ( PageLoadedDirection direction, bool &cancel ) : void

Always remember to call the base method in the END when overriding this in derived classes

PageLoaded ( PageLoadedDirection direction ) : void

Always remember to call the base method in the BEGINNING when overriding this in derived classes so the page gets populated

PopulatePage ( ) : void

Not always overriden in derived classes

SelectDefaultControl ( ) : void

Select a control on the page. Not always overriden in derived classes

XenTabPage ( ) : System

Méthodes protégées

Méthode Description
ImplementsIsDirty ( ) : bool

Does the page use IsDirty?

OnPageUpdated ( ) : void

Method Details

CheckPageDisabled() public méthode

Check whether this step needs to be disabled. Not always overriden in derived classes
public CheckPageDisabled ( ) : void
Résultat void

EnableCancel() public méthode

public EnableCancel ( ) : bool
Résultat bool

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

EnablePrevious() public méthode

public EnablePrevious ( ) : bool
Résultat bool

ImplementsIsDirty() protected méthode

Does the page use IsDirty?
protected ImplementsIsDirty ( ) : bool
Résultat bool

NextText() public méthode

public NextText ( bool isLastPage ) : string
isLastPage bool
Résultat string

OnPageUpdated() protected méthode

protected OnPageUpdated ( ) : void
Résultat void

PageCancelled() public méthode

Called when the wizard's Cancel button is hit while on this page
public PageCancelled ( ) : void
Résultat void

PageLeave() public méthode

Always remember to call the base method in the END when overriding this in derived classes
public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
Résultat void

PageLoaded() public méthode

Always remember to call the base method in the BEGINNING when overriding this in derived classes so the page gets populated
public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
Résultat void

PopulatePage() public méthode

Not always overriden in derived classes
public PopulatePage ( ) : void
Résultat void

SelectDefaultControl() public méthode

Select a control on the page. Not always overriden in derived classes
public SelectDefaultControl ( ) : void
Résultat void

XenTabPage() public méthode

public XenTabPage ( ) : System
Résultat System

Property Details

Connection public_oe property

public IXenConnection Connection
Résultat IXenConnection

DisableStep public_oe property

Set this value to true to grey the step out in the wizard progress and mark it to be skipped
public bool DisableStep
Résultat bool