C# Class DroidExplorer.Controls.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
ファイルを表示 Open project: camalot/droidexplorer

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

Initializes a new instance of the CollapsibleSplitter class.

ToggleState ( ) : void

Toggles the state.

Protected Methods

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

Private Methods

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

Method Details

CollapsibleSplitter() public method

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

OnEnabledChanged() protected method

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

OnPaint() protected method

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

ToggleState() public method

Toggles the state.
public ToggleState ( ) : void
return void