C# Class ZForge.Controls.CollapsibleSplitter.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
Datei anzeigen Open project: zhuangyy/Motion

Private Properties

Property Type Description
ArrowPointArray Point[]
CalculateColor Color
OnClick void
OnMouseLeave void
OnMouseMove void
OnResize void
ToggleSplitter void
animationTimerTick void

Public Methods

Method Description
CollapsibleSplitter ( ) : System
ToggleState ( ) : void

Protected Methods

Method Description
OnEnabledChanged ( System e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method 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 method

public CollapsibleSplitter ( ) : System
return System

OnEnabledChanged() protected method

protected OnEnabledChanged ( System e ) : void
e System
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ToggleState() public method

public ToggleState ( ) : void
return void