C# Class Prizm.Main.Forms.ControlMaskExtensions

ファイルを表示 Open project: AleksMorozova/prizm

Public Methods

Method Description
SetAsIdentifier ( this textEdit ) : void

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

SetAsLookUpIdentifier ( this textEdit ) : void

Private Methods

Method Description
textEdit_EditValueChanged ( object sender, EventArgs e ) : void

Method Details

SetAsIdentifier() public static method

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

SetAsLookUpIdentifier() public static method

public static SetAsLookUpIdentifier ( this textEdit ) : void
textEdit this
return void