C# Class SadConsole.Controls.ScrollBar

Inheritance: ControlBase
Show file Open project: Thraka/SadConsole Class Usage Examples

Protected Properties

Property Type Description
_bottomOrRightCharacter int
_currentAppearanceBar CellAppearance
_currentAppearanceEnds CellAppearance
_currentAppearanceSlider CellAppearance
_currentSliderPosition int
_sliderBarCharacter int
_sliderBarSize int
_sliderCharacter int
_sliderPositionValues int[]
_topOrLeftCharacter int
_valueStep int

Private Properties

Property Type Description
AfterDeserialized void
DetermineSliderPositions void
ScrollBar System

Public Methods

Method Description
Compose ( ) : void
Create ( System orientation, int size ) : ScrollBar
DetermineAppearance ( ) : void
ProcessKeyboard ( Input data ) : bool

Not Used.

ProcessMouse ( Input info ) : bool

Private Methods

Method Description
AfterDeserialized ( StreamingContext context ) : void
DetermineSliderPositions ( ) : void
ScrollBar ( System orientation, int width, int height ) : System

Method Details

Compose() public method

public Compose ( ) : void
return void

Create() public static method

public static Create ( System orientation, int size ) : ScrollBar
orientation System
size int
return ScrollBar

DetermineAppearance() public method

public DetermineAppearance ( ) : void
return void

ProcessKeyboard() public method

Not Used.
public ProcessKeyboard ( Input data ) : bool
data Input
return bool

ProcessMouse() public method

public ProcessMouse ( Input info ) : bool
info Input
return bool

Property Details

_bottomOrRightCharacter protected property

protected int _bottomOrRightCharacter
return int

_currentAppearanceBar protected property

protected CellAppearance _currentAppearanceBar
return CellAppearance

_currentAppearanceEnds protected property

protected CellAppearance _currentAppearanceEnds
return CellAppearance

_currentAppearanceSlider protected property

protected CellAppearance _currentAppearanceSlider
return CellAppearance

_currentSliderPosition protected property

protected int _currentSliderPosition
return int

_sliderBarCharacter protected property

protected int _sliderBarCharacter
return int

_sliderBarSize protected property

protected int _sliderBarSize
return int

_sliderCharacter protected property

protected int _sliderCharacter
return int

_sliderPositionValues protected property

protected int[] _sliderPositionValues
return int[]

_topOrLeftCharacter protected property

protected int _topOrLeftCharacter
return int

_valueStep protected property

protected int _valueStep
return int