C# Класс Prizm.Main.Forms.ControlMaskExtensions

Показать файл Открыть проект

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

Метод Описание
SetAsIdentifier ( this textEdit ) : void

This method set all characters TextEdit.Text property to Upper register

SetAsLookUpIdentifier ( this textEdit ) : void

Приватные методы

Метод Описание
textEdit_EditValueChanged ( object sender, EventArgs e ) : void

Описание методов

SetAsIdentifier() публичный статический Метод

This method set all characters TextEdit.Text property to Upper register
public static SetAsIdentifier ( this textEdit ) : void
textEdit this the concrete TextEdit control
Результат void

SetAsLookUpIdentifier() публичный статический Метод

public static SetAsLookUpIdentifier ( this textEdit ) : void
textEdit this
Результат void