C# Class Praeclarum.UI.DarkModeSection

Inheritance: PFormSection
Show file Open project: praeclarum/Praeclarum

Public Methods

Method Description
DarkModeSection ( ) : System
DarkModeSection ( Func isDark, System.Action toggle ) : System
GetItemChecked ( object item ) : bool
SelectItem ( object item ) : bool

Method Details

DarkModeSection() public method

public DarkModeSection ( ) : System
return System

DarkModeSection() public method

public DarkModeSection ( Func isDark, System.Action toggle ) : System
isDark Func
toggle System.Action
return System

GetItemChecked() public method

public GetItemChecked ( object item ) : bool
item object
return bool

SelectItem() public method

public SelectItem ( object item ) : bool
item object
return bool