C# Class Dalssoft.DiagramNet.EditLabelAction

This class control the label edition of the element.
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode Description
EditLabelAction ( ) : System
EndEdit ( ) : void
SetTextBoxLocation ( BaseElement el, TextBox tb ) : void
StartEdit ( BaseElement el, TextBox textBox ) : void

Private Methods

Méthode Description
MeasureTextSize ( ) : Size
SetTextBoxBorder ( TextBox tb ) : void
labelTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

EditLabelAction() public méthode

public EditLabelAction ( ) : System
Résultat System

EndEdit() public méthode

public EndEdit ( ) : void
Résultat void

SetTextBoxLocation() public static méthode

public static SetTextBoxLocation ( BaseElement el, TextBox tb ) : void
el BaseElement
tb System.Windows.Forms.TextBox
Résultat void

StartEdit() public méthode

public StartEdit ( BaseElement el, TextBox textBox ) : void
el BaseElement
textBox System.Windows.Forms.TextBox
Résultat void