C# Class ZForge.Controls.CollapsibleSplitter.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство Type Description
ArrowPointArray Point[]
CalculateColor Color
OnClick void
OnMouseLeave void
OnMouseMove void
OnResize void
ToggleSplitter void
animationTimerTick void

Méthodes publiques

Méthode Description
CollapsibleSplitter ( ) : System
ToggleState ( ) : void

Méthodes protégées

Méthode Description
OnEnabledChanged ( System e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ArrowPointArray ( int x, int y ) : Point[]
CalculateColor ( Color front, Color back, int alpha ) : Color
OnClick ( object sender, System e ) : void
OnMouseLeave ( object sender, System e ) : void
OnMouseMove ( object sender, System e ) : void
OnResize ( object sender, System e ) : void
ToggleSplitter ( ) : void
animationTimerTick ( object sender, System e ) : void

Method Details

CollapsibleSplitter() public méthode

public CollapsibleSplitter ( ) : System
Résultat System

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( System e ) : void
e System
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ToggleState() public méthode

public ToggleState ( ) : void
Résultat void