C# Класс DSShared.Windows.CollapsibleSplitter

Наследование: System.Windows.Forms.Splitter
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CalculateColor Color
ToggleSplitter void
animationTimerTick void

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

Метод Описание
CollapsibleSplitter ( ) : System

Initializes a new instance of the T:CollapsibleSplitter class.

Защищенные методы

Метод Описание
OnClick ( System e ) : void

Raises the event.

OnHandleCreated ( EventArgs e ) : void

Raises the event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the event.

OnMouseLeave ( System e ) : void

Raises the event.

OnMouseMove ( System e ) : void

Raises the event.

OnPaint ( PaintEventArgs e ) : void

Raises the event.

OnResize ( System e ) : void

Raises the event.

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

Метод Описание
CalculateColor ( Color front, Color back, int alpha ) : Color
ToggleSplitter ( ) : void
animationTimerTick ( object sender, System e ) : void

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

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

Initializes a new instance of the T:CollapsibleSplitter class.
public CollapsibleSplitter ( ) : System
Результат System

OnClick() защищенный Метод

Raises the event.
protected OnClick ( System e ) : void
e System An that contains the event data.
Результат void

OnHandleCreated() защищенный Метод

Raises the event.
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void

OnMouseDown() защищенный Метод

Raises the event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A that contains the event data.
Результат void

OnMouseLeave() защищенный Метод

Raises the event.
protected OnMouseLeave ( System e ) : void
e System An that contains the event data.
Результат void

OnMouseMove() защищенный Метод

Raises the event.
protected OnMouseMove ( System e ) : void
e System A that contains the event data.
Результат void

OnPaint() защищенный Метод

Raises the event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
Результат void

OnResize() защищенный Метод

Raises the event.
protected OnResize ( System e ) : void
e System An that contains the event data.
Результат void