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
Properties
IsSelected
[ExcludeFromCodeCoverage]
public bool IsSelected { get; set; }
Property Value
Title
public string Title { get; set; }