C# 클래스 SadConsole.Consoles.Console

상속: SadConsole.Consoles.CellsRenderer, IConsole
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
SkipMouseDataFill bool
_isMouseOver bool
_isVisible bool
_parentConsole IConsoleList

프로퍼티 상세

SkipMouseDataFill 보호되어 있는 프로퍼티

protected bool SkipMouseDataFill
리턴 bool

_isMouseOver 보호되어 있는 프로퍼티

Indicates that the mouse is currently over this console.
protected bool _isMouseOver
리턴 bool

_isVisible 보호되어 있는 프로퍼티

Indicates the console is visible.
protected bool _isVisible
리턴 bool

_parentConsole 보호되어 있는 프로퍼티

The parent console.
protected IConsoleList _parentConsole
리턴 IConsoleList