C# Class SadConsoleEditor.Controls.CharacterPicker

Inheritance: SadConsole.Controls.ControlBase
ファイルを表示 Open project: Thraka/SadConsoleEditor

Public Properties

Property Type Description
UseFullClick bool

Public Methods

Method Description
CharacterPicker ( Color foreground, Color fill, Color selectedCharacterColor ) : System
CharacterPicker ( Color foreground, Color fill, Color selectedCharacterColor, Font characterFont ) : System
Compose ( ) : void
DetermineAppearance ( ) : void

Protected Methods

Method Description
OnLeftMouseClicked ( SadConsole info ) : void
OnMouseIn ( SadConsole info ) : void

Method Details

CharacterPicker() public method

public CharacterPicker ( Color foreground, Color fill, Color selectedCharacterColor ) : System
foreground Color
fill Color
selectedCharacterColor Color
return System

CharacterPicker() public method

public CharacterPicker ( Color foreground, Color fill, Color selectedCharacterColor, Font characterFont ) : System
foreground Color
fill Color
selectedCharacterColor Color
characterFont SadConsole.Font
return System

Compose() public method

public Compose ( ) : void
return void

DetermineAppearance() public method

public DetermineAppearance ( ) : void
return void

OnLeftMouseClicked() protected method

protected OnLeftMouseClicked ( SadConsole info ) : void
info SadConsole
return void

OnMouseIn() protected method

protected OnMouseIn ( SadConsole info ) : void
info SadConsole
return void

Property Details

UseFullClick public_oe property

public bool UseFullClick
return bool