C# Класс ConfigurationSetupUtility.ScreenManager

Manages the screens displayed to the user in the Configuration Setup Utility.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Activate ( ) : void

Attempts to bring main window into focus.

GoToNextScreen ( ) : void

Advances the setup window to the next screen, storing the current screen in the history.

GoToNextScreen ( bool storeHistory ) : void

Advances the setup window to the next screen.

GoToPreviousScreen ( ) : void

Returns the setup window to the previous screen.

PerformShutdownOperations ( ) : bool

Returns true if final shut-down operations (via user input validation) succeeded.

ScreenManager ( Window mainWindow, IScreen startScreen ) : System

Creates a new instance of the ScreenManager class.

UpdateNavigation ( ) : void

Updates the navigation buttons on the main window based on the navigation settings of the current screen.

UpdateScreenPanel ( ) : void

Updates the screen panel to display the current page.

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

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

Attempts to bring main window into focus.
public Activate ( ) : void
Результат void

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

Advances the setup window to the next screen, storing the current screen in the history.
public GoToNextScreen ( ) : void
Результат void

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

Advances the setup window to the next screen.
public GoToNextScreen ( bool storeHistory ) : void
storeHistory bool Determines whether the should store the current screen in history.
Результат void

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

Returns the setup window to the previous screen.
public GoToPreviousScreen ( ) : void
Результат void

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

Returns true if final shut-down operations (via user input validation) succeeded.
public PerformShutdownOperations ( ) : bool
Результат bool

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

Creates a new instance of the ScreenManager class.
public ScreenManager ( Window mainWindow, IScreen startScreen ) : System
mainWindow System.Windows.Window
startScreen IScreen
Результат System

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

Updates the navigation buttons on the main window based on the navigation settings of the current screen.
public UpdateNavigation ( ) : void
Результат void

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

Updates the screen panel to display the current page.
public UpdateScreenPanel ( ) : void
Результат void