Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SQLDep
FormHelperClass
C# 클래스 SQLDep.FormHelperClass
파일 보기
프로젝트 열기: sqldep/lionfish
공개 메소드들
메소드
설명
SetText
(
Form
form
,
Control
ctrl
,
string
text
) :
void
Set text property of various controls
메소드 상세
SetText()
공개
정적인
메소드
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
리턴
void