Table of Contents

Class MessageBoxToggle

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Represents message box toggle option.

public class MessageBoxToggle : ObservableObject, INotifyPropertyChanged
Inheritance
MessageBoxToggle
Implements
Inherited Members

Constructors

MessageBoxToggle(string, bool)

public MessageBoxToggle(string title, bool selected = false)

Parameters

title string
selected bool

Properties

Selected

Gets or sets value indicating whether this is option is selected.

public bool Selected { get; set; }

Property Value

bool

Title

Gets or sets title toggle option.

public string Title { get; set; }

Property Value

string