C# 클래스 SadConsoleEditor.Panels.CustomPanel

파일 보기 프로젝트 열기: Thraka/SadConsoleEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Controls SadConsole.Controls.ControlBase[]
IsCollapsed bool
IsVisible bool
Title string

공개 메소드들

메소드 설명
Loaded ( ) : void
ProcessMouse ( MouseInfo info ) : void

Mouse handler passed on by the tools pane.

Redraw ( ControlBase control ) : int

Called when the tool pane redraws this pane on itself.

메소드 상세

Loaded() 공개 추상적인 메소드

public abstract Loaded ( ) : void
리턴 void

ProcessMouse() 공개 추상적인 메소드

Mouse handler passed on by the tools pane.
public abstract ProcessMouse ( MouseInfo info ) : void
info SadConsole.Input.MouseInfo Mouse data
리턴 void

Redraw() 공개 추상적인 메소드

Called when the tool pane redraws this pane on itself.
public abstract Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase The control being positioned during redraw.
리턴 int

프로퍼티 상세

Controls 공개적으로 프로퍼티

public ControlBase[],SadConsole.Controls Controls
리턴 SadConsole.Controls.ControlBase[]

IsCollapsed 공개적으로 프로퍼티

public bool IsCollapsed
리턴 bool

IsVisible 공개적으로 프로퍼티

public bool IsVisible
리턴 bool

Title 공개적으로 프로퍼티

public string Title
리턴 string