Table of Contents

Class SupportMultipleMonitorsAttribute

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Specifies whether a ISillActivatedByDefault can be displayed on multiple monitors.

[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class SupportMultipleMonitorsAttribute : Attribute
Inheritance
SupportMultipleMonitorsAttribute
Inherited Members
Extension Methods

Constructors

SupportMultipleMonitorsAttribute(bool)

Initializes a new instance of the SupportMultipleMonitorsAttribute class.

public SupportMultipleMonitorsAttribute(bool showOnEveryMonitorsByDefault = false)

Parameters

showOnEveryMonitorsByDefault bool

Whether the component is shown on all monitors by default.

Properties

ShowOnEveryMonitorsByDefault

Gets a value indicating whether the component is shown on all monitors by default.

public bool ShowOnEveryMonitorsByDefault { get; }

Property Value

bool

SupportMultipleMonitors

Gets whether the component can be dsplayed on multiple monitors.

public bool SupportMultipleMonitors { get; }

Property Value

bool