C# Класс SadConsole.Controls.ScrollBar

Наследование: ControlBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_bottomOrRightCharacter int
_currentAppearanceBar CellAppearance
_currentAppearanceEnds CellAppearance
_currentAppearanceSlider CellAppearance
_currentSliderPosition int
_sliderBarCharacter int
_sliderBarSize int
_sliderCharacter int
_sliderPositionValues int[]
_topOrLeftCharacter int
_valueStep int

Private Properties

Свойство Тип Описание
AfterDeserialized void
DetermineSliderPositions void
ScrollBar System

Открытые методы

Метод Описание
Compose ( ) : void
Create ( System orientation, int size ) : ScrollBar
DetermineAppearance ( ) : void
ProcessKeyboard ( Input data ) : bool

Not Used.

ProcessMouse ( Input info ) : bool

Приватные методы

Метод Описание
AfterDeserialized ( StreamingContext context ) : void
DetermineSliderPositions ( ) : void
ScrollBar ( System orientation, int width, int height ) : System

Описание методов

Compose() публичный Метод

public Compose ( ) : void
Результат void

Create() публичный статический Метод

public static Create ( System orientation, int size ) : ScrollBar
orientation System
size int
Результат ScrollBar

DetermineAppearance() публичный Метод

public DetermineAppearance ( ) : void
Результат void

ProcessKeyboard() публичный Метод

Not Used.
public ProcessKeyboard ( Input data ) : bool
data Input
Результат bool

ProcessMouse() публичный Метод

public ProcessMouse ( Input info ) : bool
info Input
Результат bool

Описание свойств

_bottomOrRightCharacter защищенное свойство

protected int _bottomOrRightCharacter
Результат int

_currentAppearanceBar защищенное свойство

protected CellAppearance _currentAppearanceBar
Результат CellAppearance

_currentAppearanceEnds защищенное свойство

protected CellAppearance _currentAppearanceEnds
Результат CellAppearance

_currentAppearanceSlider защищенное свойство

protected CellAppearance _currentAppearanceSlider
Результат CellAppearance

_currentSliderPosition защищенное свойство

protected int _currentSliderPosition
Результат int

_sliderBarCharacter защищенное свойство

protected int _sliderBarCharacter
Результат int

_sliderBarSize защищенное свойство

protected int _sliderBarSize
Результат int

_sliderCharacter защищенное свойство

protected int _sliderCharacter
Результат int

_sliderPositionValues защищенное свойство

protected int[] _sliderPositionValues
Результат int[]

_topOrLeftCharacter защищенное свойство

protected int _topOrLeftCharacter
Результат int

_valueStep защищенное свойство

protected int _valueStep
Результат int