C# Class SadConsoleEditor.Panels.CustomPanel

Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Controls SadConsole.Controls.ControlBase[]
IsCollapsed bool
IsVisible bool
Title string

Méthodes publiques

Méthode 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 méthode

public abstract Loaded ( ) : void
Résultat void

ProcessMouse() public abstract méthode

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

Redraw() public abstract méthode

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.
Résultat int

Property Details

Controls public_oe property

public ControlBase[],SadConsole.Controls Controls
Résultat SadConsole.Controls.ControlBase[]

IsCollapsed public_oe property

public bool IsCollapsed
Résultat bool

IsVisible public_oe property

public bool IsVisible
Résultat bool

Title public_oe property

public string Title
Résultat string