C# Class DSShared.Windows.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
Show file Open project: pmprog/OpenXCOM.Tools

Private Properties

Property Type Description
CalculateColor Color
ToggleSplitter void
animationTimerTick void

Public Methods

Method Description
CollapsibleSplitter ( ) : System

Initializes a new instance of the T:CollapsibleSplitter class.

Protected Methods

Method Description
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.

Private Methods

Method Description
CalculateColor ( Color front, Color back, int alpha ) : Color
ToggleSplitter ( ) : void
animationTimerTick ( object sender, System e ) : void

Method Details

CollapsibleSplitter() public method

Initializes a new instance of the T:CollapsibleSplitter class.
public CollapsibleSplitter ( ) : System
return System

OnClick() protected method

Raises the event.
protected OnClick ( System e ) : void
e System An that contains the event data.
return void

OnHandleCreated() protected method

Raises the event.
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnMouseDown() protected method

Raises the event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A that contains the event data.
return void

OnMouseLeave() protected method

Raises the event.
protected OnMouseLeave ( System e ) : void
e System An that contains the event data.
return void

OnMouseMove() protected method

Raises the event.
protected OnMouseMove ( System e ) : void
e System A that contains the event data.
return void

OnPaint() protected method

Raises the event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
return void

OnResize() protected method

Raises the event.
protected OnResize ( System e ) : void
e System An that contains the event data.
return void