C# Class SadConsole.Controls.ScrollBar

Inheritance: ControlBase
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Protected Properties

Свойство 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

Свойство Type Description
AfterDeserialized void
DetermineSliderPositions void
ScrollBar System

Méthodes publiques

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

Not Used.

ProcessMouse ( Input info ) : bool

Private Methods

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

Method Details

Compose() public méthode

public Compose ( ) : void
Résultat void

Create() public static méthode

public static Create ( System orientation, int size ) : ScrollBar
orientation System
size int
Résultat ScrollBar

DetermineAppearance() public méthode

public DetermineAppearance ( ) : void
Résultat void

ProcessKeyboard() public méthode

Not Used.
public ProcessKeyboard ( Input data ) : bool
data Input
Résultat bool

ProcessMouse() public méthode

public ProcessMouse ( Input info ) : bool
info Input
Résultat bool

Property Details

_bottomOrRightCharacter protected_oe property

protected int _bottomOrRightCharacter
Résultat int

_currentAppearanceBar protected_oe property

protected CellAppearance _currentAppearanceBar
Résultat CellAppearance

_currentAppearanceEnds protected_oe property

protected CellAppearance _currentAppearanceEnds
Résultat CellAppearance

_currentAppearanceSlider protected_oe property

protected CellAppearance _currentAppearanceSlider
Résultat CellAppearance

_currentSliderPosition protected_oe property

protected int _currentSliderPosition
Résultat int

_sliderBarCharacter protected_oe property

protected int _sliderBarCharacter
Résultat int

_sliderBarSize protected_oe property

protected int _sliderBarSize
Résultat int

_sliderCharacter protected_oe property

protected int _sliderCharacter
Résultat int

_sliderPositionValues protected_oe property

protected int[] _sliderPositionValues
Résultat int[]

_topOrLeftCharacter protected_oe property

protected int _topOrLeftCharacter
Résultat int

_valueStep protected_oe property

protected int _valueStep
Résultat int