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