C# Класс DroidExplorer.Controls.CollapsibleSplitter

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

Private Properties

Свойство Тип Описание
ArrowPointArray Point[]
CalculateColor Color
OnClick void
OnMouseLeave void
OnMouseMove void
OnResize void
ToggleSplitter void
animationTimerTick void

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

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

Initializes a new instance of the CollapsibleSplitter class.

ToggleState ( ) : void

Toggles the state.

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

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

Raises the event.

OnHandleCreated ( EventArgs e ) : void

Raises the event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the event.

OnPaint ( PaintEventArgs e ) : void

Raises the event.

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

Метод Описание
ArrowPointArray ( int x, int y ) : Point[]

Arrows the point array.

CalculateColor ( Color front, Color back, int alpha ) : Color

Calculates the color.

OnClick ( object sender, System e ) : void

Called when [click].

OnMouseLeave ( object sender, System e ) : void

Called when [mouse leave].

OnMouseMove ( object sender, System e ) : void

Called when [mouse move].

OnResize ( object sender, System e ) : void

Called when [resize].

ToggleSplitter ( ) : void

Toggles the splitter.

animationTimerTick ( object sender, System e ) : void

Animations the timer tick.

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

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

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

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

Raises the event.
protected OnEnabledChanged ( 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

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

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

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

Toggles the state.
public ToggleState ( ) : void
Результат void