Table of Contents

Class MessageBoxOption

Namespace
Playnite
Assembly
Playnite.SDK.dll

A base class for objects of which the properties must be observable.

public class MessageBoxOption : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
MessageBoxOption
Implements
Inherited Members

Constructors

MessageBoxOption(string, bool)

public MessageBoxOption(string title, bool isSelected)

Parameters

title string
isSelected bool

Properties

IsSelected

[ExcludeFromCodeCoverage]
public bool IsSelected { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string