C# 클래스 FdoToolbox.AddInManager.AddInControl

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
AddInControl ( AddIn addIn ) : System

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
GetText ( Brush &textBrush ) : string
Mix ( Color c1, Color c2, double perc ) : Color

메소드 상세

AddInControl() 공개 메소드

public AddInControl ( AddIn addIn ) : System
addIn ICSharpCode.Core.AddIn
리턴 System

OnClick() 보호된 메소드

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

OnPaint() 보호된 메소드

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