Свойство | Type | Description | |
---|---|---|---|
Connection | IXenConnection | ||
DisableStep | bool |
Свойство | Type | Description |
---|
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éthode | Description | |
---|---|---|
ImplementsIsDirty ( ) : bool |
Does the page use IsDirty?
|
|
OnPageUpdated ( ) : void |
public NextText ( bool isLastPage ) : string | ||
isLastPage | bool | |
Résultat | string |
public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void | ||
direction | PageLoadedDirection | |
cancel | bool | |
Résultat | void |
public PageLoaded ( PageLoadedDirection direction ) : void | ||
direction | PageLoadedDirection | |
Résultat | void |