C# Класс XenAdmin.Controls.XenTabPage

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Connection IXenConnection
DisableStep bool

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

CheckPageDisabled() публичный Метод

Check whether this step needs to be disabled. Not always overriden in derived classes
public CheckPageDisabled ( ) : void
Результат void

EnableCancel() публичный Метод

public EnableCancel ( ) : bool
Результат bool

EnableNext() публичный Метод

public EnableNext ( ) : bool
Результат bool

EnablePrevious() публичный Метод

public EnablePrevious ( ) : bool
Результат bool

ImplementsIsDirty() защищенный Метод

Does the page use IsDirty?
protected ImplementsIsDirty ( ) : bool
Результат bool

NextText() публичный Метод

public NextText ( bool isLastPage ) : string
isLastPage bool
Результат string

OnPageUpdated() защищенный Метод

protected OnPageUpdated ( ) : void
Результат void

PageCancelled() публичный Метод

Called when the wizard's Cancel button is hit while on this page
public PageCancelled ( ) : void
Результат void

PageLeave() публичный Метод

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
Результат void

PageLoaded() публичный Метод

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
Результат void

PopulatePage() публичный Метод

Not always overriden in derived classes
public PopulatePage ( ) : void
Результат void

SelectDefaultControl() публичный Метод

Select a control on the page. Not always overriden in derived classes
public SelectDefaultControl ( ) : void
Результат void

XenTabPage() публичный Метод

public XenTabPage ( ) : System
Результат System

Описание свойств

Connection публичное свойство

public IXenConnection Connection
Результат IXenConnection

DisableStep публичное свойство

Set this value to true to grey the step out in the wizard progress and mark it to be skipped
public bool DisableStep
Результат bool