C# Class SadConsoleEditor.Panels.CustomPanel

Mostra file Open project: Thraka/SadConsoleEditor Class Usage Examples

Public Properties

Property Type Description
Controls SadConsole.Controls.ControlBase[]
IsCollapsed bool
IsVisible bool
Title string

Public Methods

Method Description
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.

Method Details

Loaded() public abstract method

public abstract Loaded ( ) : void
return void

ProcessMouse() public abstract method

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

Redraw() public abstract method

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.
return int

Property Details

Controls public_oe property

public ControlBase[],SadConsole.Controls Controls
return SadConsole.Controls.ControlBase[]

IsCollapsed public_oe property

public bool IsCollapsed
return bool

IsVisible public_oe property

public bool IsVisible
return bool

Title public_oe property

public string Title
return string