C# 클래스 PurplePen.DescriptionControl

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CombineBoxTexts string
DescriptionControl_Layout void
DrawSelection void
FitDescriptionToWidth Size
GetPopupMenuLocation Point
InitializeComponent void
InvalidateChangedLines void
InvalidateLine void
PopupMenu void
UpdatePanelSize void
descriptionPanel_MouseDown void
descriptionPanel_Paint void
popup_Canceled void
popup_Selected void

공개 메소드들

메소드 설명
CloseAnyPopup ( ) : void
DescriptionControl ( ) : System
GetSelection ( int &firstLine, int &lastLine ) : void
PopupControlCode ( ) : void
ScrollLineIntoView ( int line ) : void
SetSelection ( int firstLine, int lastLine ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CombineBoxTexts ( int firstLine, int lastLine, int boxNumber, string combineWith ) : string
DescriptionControl_Layout ( object sender, LayoutEventArgs e ) : void
DrawSelection ( Graphics g, int firstLine, int lastLine, Rectangle clip ) : void
FitDescriptionToWidth ( float width, float &boxSize ) : Size
GetPopupMenuLocation ( HitTestResult hitTest ) : Point
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InvalidateChangedLines ( DescriptionLine old, DescriptionLine current ) : void
InvalidateLine ( int line ) : void
PopupMenu ( HitTestResult hitTest ) : void
UpdatePanelSize ( ) : void
descriptionPanel_MouseDown ( object sender, MouseEventArgs e ) : void
descriptionPanel_Paint ( object sender, PaintEventArgs e ) : void
popup_Canceled ( object sender, EventArgs e ) : void
popup_Selected ( object sender, SymbolPopupEventArgs eventArgs ) : void

메소드 상세

CloseAnyPopup() 공개 메소드

public CloseAnyPopup ( ) : void
리턴 void

DescriptionControl() 공개 메소드

public DescriptionControl ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetSelection() 공개 메소드

public GetSelection ( int &firstLine, int &lastLine ) : void
firstLine int
lastLine int
리턴 void

PopupControlCode() 공개 메소드

public PopupControlCode ( ) : void
리턴 void

ScrollLineIntoView() 공개 메소드

public ScrollLineIntoView ( int line ) : void
line int
리턴 void

SetSelection() 공개 메소드

public SetSelection ( int firstLine, int lastLine ) : void
firstLine int
lastLine int
리턴 void