C# Class Prizm.Main.Common.ControlColorExtensions

Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
SetRequiredCombo ( this cEdit ) : void

set combo control color as 'required' for the form completion

SetRequiredGridLookUp ( this edit ) : void
SetRequiredText ( this edit ) : void

set text edit control color as 'required' for the form completion

Private Methods

Méthode Description
OnGridLookupChanged ( object sender, EventArgs e ) : void
OnSelectedIndexChanged ( object sender, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void
SwitchRequired ( this edit ) : void

Method Details

SetRequiredCombo() public static méthode

set combo control color as 'required' for the form completion
public static SetRequiredCombo ( this cEdit ) : void
cEdit this
Résultat void

SetRequiredGridLookUp() public static méthode

public static SetRequiredGridLookUp ( this edit ) : void
edit this
Résultat void

SetRequiredText() public static méthode

set text edit control color as 'required' for the form completion
public static SetRequiredText ( this edit ) : void
edit this
Résultat void