C# 클래스 Praeclarum.UI.DarkModeSection

상속: PFormSection
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
DarkModeSection ( ) : System
DarkModeSection ( Func isDark, System.Action toggle ) : System
GetItemChecked ( object item ) : bool
SelectItem ( object item ) : bool

메소드 상세

DarkModeSection() 공개 메소드

public DarkModeSection ( ) : System
리턴 System

DarkModeSection() 공개 메소드

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

GetItemChecked() 공개 메소드

public GetItemChecked ( object item ) : bool
item object
리턴 bool

SelectItem() 공개 메소드

public SelectItem ( object item ) : bool
item object
리턴 bool