Table of Contents

Interface ISillSingleView

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Represents a single view for a ISill.

public interface ISillSingleView
Extension Methods

Remarks

Implement this interface in a ISill if you want it to display a view that isn't a set of commands. This is useful for cases where a sill has a highly customized view, such as a Media Control, CPU Monitor, or a similar view that is not just a list of commands.

Properties

View

Gets the view that will be displayed in the Sill bar.

SillView View { get; }

Property Value

SillView