Click or drag to resize

SplashWindow class

Demo logic for SplashWindow (thanks to amr azab, http://www.codeproject.com/Articles/116875/WPF-Loading-Splash-Screen, and Nate Lowry, http://blog.dontpaniclabs.com/post/2013/11/14/Dynamic-Splash-Screens-in-WPF).
Inheritance hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.WindowsWindow
                  NetEti.CustomControlsSplashWindow

Namespace: NetEti.CustomControls
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class SplashWindow : Window,
	 
	INotifyPropertyChanged, IComponentConnector

The SplashWindow Type exposes the following members.

Properties
 NameDescription of the
Public PropertyVersion Version string.
Back to the top
Methods
 NameDescription of the
Public MethodFinishAndClose Closes the SplashWindow.
Public MethodInitializeComponent InitializeComponent
Public MethodShowMessage Displays a message in the SplashWindow.
Public MethodShowVersion Displays the program version in the SplashWindow.
Public MethodStatic MemberStartSplashWindow Creates the SplashWindow, starts it and returns a reference to it.
Back to the top
Events
 NameDescription of the
Public EventPropertyChanged EventHandler for INotifyPropertyChanged (triggers when public properties are changed).
Back to the top
See also