C# 클래스 DSShared.Windows.CollapsibleSplitter

상속: System.Windows.Forms.Splitter
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

Private Properties

프로퍼티 타입 설명
CalculateColor Color
ToggleSplitter void
animationTimerTick void

공개 메소드들

메소드 설명
CollapsibleSplitter ( ) : System

Initializes a new instance of the T:CollapsibleSplitter class.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CalculateColor ( Color front, Color back, int alpha ) : Color
ToggleSplitter ( ) : void
animationTimerTick ( object sender, System e ) : void

메소드 상세

CollapsibleSplitter() 공개 메소드

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

OnClick() 보호된 메소드

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

OnHandleCreated() 보호된 메소드

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

OnMouseDown() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

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

OnMouseMove() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

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