C# Class SadConsoleEditor.Panels.ToolsPanel

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

Méthodes publiques

Свойство Type Description
ToolsListBox ListBox

Méthodes publiques

Méthode Description
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
Redraw ( SadConsole control ) : int
ToolsPanel ( ) : System

Private Methods

Méthode Description
ToolsListBox_SelectedItemChanged ( object sender, ListBox e ) : void

Method Details

Loaded() public méthode

public Loaded ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( SadConsole info ) : void
info SadConsole
Résultat void

Redraw() public méthode

public Redraw ( SadConsole control ) : int
control SadConsole
Résultat int

ToolsPanel() public méthode

public ToolsPanel ( ) : System
Résultat System

Property Details

ToolsListBox public_oe property

public ListBox ToolsListBox
Résultat ListBox