C# 클래스 Dalssoft.DiagramNet.EditLabelAction

This class control the label edition of the element.
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
EditLabelAction ( ) : System
EndEdit ( ) : void
SetTextBoxLocation ( BaseElement el, TextBox tb ) : void
StartEdit ( BaseElement el, TextBox textBox ) : void

비공개 메소드들

메소드 설명
MeasureTextSize ( ) : Size
SetTextBoxBorder ( TextBox tb ) : void
labelTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

EditLabelAction() 공개 메소드

public EditLabelAction ( ) : System
리턴 System

EndEdit() 공개 메소드

public EndEdit ( ) : void
리턴 void

SetTextBoxLocation() 공개 정적인 메소드

public static SetTextBoxLocation ( BaseElement el, TextBox tb ) : void
el BaseElement
tb System.Windows.Forms.TextBox
리턴 void

StartEdit() 공개 메소드

public StartEdit ( BaseElement el, TextBox textBox ) : void
el BaseElement
textBox System.Windows.Forms.TextBox
리턴 void