Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SQLDep
FormHelperClass
C# Class SQLDep.FormHelperClass
Mostrar archivo
Open project: sqldep/lionfish
Public Methods
Method
Description
SetText
(
Form
form
,
Control
ctrl
,
string
text
) :
void
Set text property of various controls
Method Details
SetText()
public
static
method
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
return
void