Table of Contents

Interface IFirstTimeSetupContributor

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Defines a step for first-time setup workflows, providing a user interface and state information.

public interface IFirstTimeSetupContributor : INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

CanContinue

Gets whether the "Continue" or "Finish" button should be enabled for this step.

bool CanContinue { get; }

Property Value

bool

Remarks

You can dynamically change this property to enable or disable the button based on a user action in the view provided in GetView(). Make sure to raise the PropertyChanged event to notify the UI about changes to this property.

Methods

GetView()

Gets the view to be displayed in the first-time setup experience for this step.

FrameworkElement GetView()

Returns

FrameworkElement