C# Class DSShared.Windows.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Private Properties

Свойство Type Description
CalculateColor Color
ToggleSplitter void
animationTimerTick void

Méthodes publiques

Méthode Description
CollapsibleSplitter ( ) : System

Initializes a new instance of the T:CollapsibleSplitter class.

Méthodes protégées

Méthode 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

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

Method Details

CollapsibleSplitter() public méthode

Initializes a new instance of the T:CollapsibleSplitter class.
public CollapsibleSplitter ( ) : System
Résultat System

OnClick() protected méthode

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

OnHandleCreated() protected méthode

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

OnMouseDown() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseMove() protected méthode

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

OnPaint() protected méthode

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

OnResize() protected méthode

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