C# 클래스 NetIde.Core.Support.GdiButton

상속: Element
파일 보기 프로젝트 열기: netide/netide

Private Properties

프로퍼티 타입 설명
GdiButton_KeyUp void

공개 메소드들

메소드 설명
GdiButton ( ) : System
PerformClick ( ) : void

보호된 메소드들

메소드 설명
MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
OnClick ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnIsCheckedChanged ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
OnPaint ( ElementPaintEventArgs e ) : void

비공개 메소드들

메소드 설명
GdiButton_KeyUp ( object sender, KeyEventArgs e ) : void

메소드 상세

GdiButton() 공개 메소드

public GdiButton ( ) : System
리턴 System

MeasureOverride() 보호된 메소드

protected MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
desiredSize GdiPresentation.Size
리턴 GdiPresentation.Size

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnIsCheckedChanged() 보호된 메소드

protected OnIsCheckedChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( ElementPaintEventArgs e ) : void
e ElementPaintEventArgs
리턴 void

PerformClick() 공개 메소드

public PerformClick ( ) : void
리턴 void