C# Класс Dalssoft.DiagramNet.EditLabelAction

This class control the label edition of the element.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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