C# Класс Zetbox.Client.WPF.StartupScreen

Interaction logic for SplashScreen.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CurrentStepProperty System.Windows.DependencyProperty
InfoProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty
StepsProperty System.Windows.DependencyProperty

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

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

Closes the splash screen on first window loaded event

Trick 17, close splash screen, when Application Dispatcher is ready to dispatch messages after the app has been loaded http://www.olsonsoft.com/blogs/stefanolson/post/A-better-WPF-splash-screen.aspx

SetInfo ( string info ) : void
ShowSplashScreen ( string message, string info, int steps, ZetboxConfig config ) : void
StartupScreen ( ) : System

Приватные методы

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

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

CanCloseOnWindowLoaded() публичный статический Метод

Closes the splash screen on first window loaded event
Trick 17, close splash screen, when Application Dispatcher is ready to dispatch messages after the app has been loaded http://www.olsonsoft.com/blogs/stefanolson/post/A-better-WPF-splash-screen.aspx
public static CanCloseOnWindowLoaded ( ) : void
Результат void

SetInfo() публичный статический Метод

public static SetInfo ( string info ) : void
info string
Результат void

ShowSplashScreen() публичный статический Метод

public static ShowSplashScreen ( string message, string info, int steps, ZetboxConfig config ) : void
message string
info string
steps int
config ZetboxConfig
Результат void

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

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

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

CurrentStepProperty публичное статическое свойство

public static DependencyProperty,System.Windows CurrentStepProperty
Результат System.Windows.DependencyProperty

InfoProperty публичное статическое свойство

public static DependencyProperty,System.Windows InfoProperty
Результат System.Windows.DependencyProperty

MessageProperty публичное статическое свойство

public static DependencyProperty,System.Windows MessageProperty
Результат System.Windows.DependencyProperty

StepsProperty публичное статическое свойство

public static DependencyProperty,System.Windows StepsProperty
Результат System.Windows.DependencyProperty