WPFCustomControls::WelcomeScreenWindow Class Reference


Detailed Description

Window presenting Essential Skills Movies and some Open File tools.

List of all members.

Public Member Functions

  WelcomeScreenWindow ()

Static Public Member Functions

static bool  GetShowAtStartupSetting ()
  Get the user preference setting for whether this window should be shown when the application starts.

Static Public Attributes

static readonly DependencyProperty  IsShownAtStartupProperty
  Should this Welcome Screen Window be shown when the application starts?
static readonly DependencyProperty  RecentDocumentsProperty
  List of recent documents to present to the user for quick opening.
static readonly DependencyProperty  FlavorProperty

Properties

bool  IsShownAtStartup [get, set]
  Should this Welcome Screen Window be shown when the application starts?
IEnumerable  RecentDocuments [get, set]
  List of recent documents to present to the user for quick opening.
AppSDK.AppFlavor  Flavor [get, set]

Constructor & Destructor Documentation

WPFCustomControls::WelcomeScreenWindow::WelcomeScreenWindow ( ) [inline]

Member Function Documentation

static bool WPFCustomControls::WelcomeScreenWindow::GetShowAtStartupSetting ( ) [inline, static]

Get the user preference setting for whether this window should be shown when the application starts.

Returns:

Member Data Documentation

Initial value:
            DependencyProperty.Register(
                "IsShownAtStartup",
                typeof(bool),
                typeof(WelcomeScreenWindow),
                new PropertyMetadata(true, HandleIsShownAtStartupPropertyChanged))

Should this Welcome Screen Window be shown when the application starts?

Initial value:
            DependencyProperty.Register(
                "RecentDocuments",
                typeof(IEnumerable),
                typeof(WelcomeScreenWindow))

List of recent documents to present to the user for quick opening.

readonly DependencyProperty WPFCustomControls::WelcomeScreenWindow::FlavorProperty [static]
Initial value:
            DependencyProperty.Register(
                "Flavor",
                typeof(AppSDK.AppFlavor),
                typeof(WelcomeScreenWindow))

Property Documentation

bool WPFCustomControls::WelcomeScreenWindow::IsShownAtStartup [get, set]

Should this Welcome Screen Window be shown when the application starts?

IEnumerable WPFCustomControls::WelcomeScreenWindow::RecentDocuments [get, set]

List of recent documents to present to the user for quick opening.

AppSDK.AppFlavor WPFCustomControls::WelcomeScreenWindow::Flavor [get, set]

WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow
WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow WPFCustomControls::WelcomeScreenWindow