Table of Contents

Class WindowCreationOptions

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Represents option for new window creation.

public class WindowCreationOptions
Inheritance
WindowCreationOptions
Inherited Members

Properties

ShowCloseButton

Gets or sets value indicating whether the close button should be shown.

public bool ShowCloseButton { get; set; }

Property Value

bool

ShowMaximizeButton

Gets or sets value indicating whether the maximize button should be shown.

public bool ShowMaximizeButton { get; set; }

Property Value

bool

ShowMinimizeButton

Gets or sets value indicating whether the minimize button should be shown.

public bool ShowMinimizeButton { get; set; }

Property Value

bool