C# Class SQLDep.FormHelperClass

Afficher le fichier Open project: sqldep/lionfish

Méthodes publiques

Méthode Description
SetText ( Form form, Control ctrl, string text ) : void

Set text property of various controls

Method Details

SetText() public static méthode

Set text property of various controls
public static SetText ( Form form, Control ctrl, string text ) : void
form System.Windows.Forms.Form The calling form
ctrl System.Windows.Forms.Control
text string
Résultat void