C# Class Zetbox.Client.WPF.StartupScreen

Interaction logic for SplashScreen.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: daszat/zetbox Class Usage Examples

Public Properties

Property Type Description
CurrentStepProperty System.Windows.DependencyProperty
InfoProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty
StepsProperty System.Windows.DependencyProperty

Public Methods

Method Description
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

Private Methods

Method Description
InitCulture ( ) : void
Run ( ) : void

Method Details

CanCloseOnWindowLoaded() public static method

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
return void

SetInfo() public static method

public static SetInfo ( string info ) : void
info string
return void

ShowSplashScreen() public static method

public static ShowSplashScreen ( string message, string info, int steps, ZetboxConfig config ) : void
message string
info string
steps int
config ZetboxConfig
return void

StartupScreen() public method

public StartupScreen ( ) : System
return System

Property Details

CurrentStepProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentStepProperty
return System.Windows.DependencyProperty

InfoProperty public_oe static_oe property

public static DependencyProperty,System.Windows InfoProperty
return System.Windows.DependencyProperty

MessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty

StepsProperty public_oe static_oe property

public static DependencyProperty,System.Windows StepsProperty
return System.Windows.DependencyProperty