프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Connection | IXenConnection | ||
DisableStep | bool |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ImplementsIsDirty ( ) : bool |
Does the page use IsDirty?
|
|
OnPageUpdated ( ) : void |
public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void | ||
direction | PageLoadedDirection | |
cancel | bool | |
리턴 | void |
public PageLoaded ( PageLoadedDirection direction ) : void | ||
direction | PageLoadedDirection | |
리턴 | void |