C# Class Prizm.Main.Forms.ControlMaskExtensions

Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
SetAsIdentifier ( this textEdit ) : void

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

SetAsLookUpIdentifier ( this textEdit ) : void

Private Methods

Méthode Description
textEdit_EditValueChanged ( object sender, EventArgs e ) : void

Method Details

SetAsIdentifier() public static méthode

This method set all characters TextEdit.Text property to Upper register
public static SetAsIdentifier ( this textEdit ) : void
textEdit this the concrete TextEdit control
Résultat void

SetAsLookUpIdentifier() public static méthode

public static SetAsLookUpIdentifier ( this textEdit ) : void
textEdit this
Résultat void