'宣言 Public Function New( _ ByVal text As System.String, _ ByVal menuCaption As System.String _ )
public Label( System.string text, System.string menuCaption )
パラメータ
- text
- ラベルのテキスト。
- menuCaption
- ダイアログにラベルを表示するためのメニューキャプション。
'宣言 Public Function New( _ ByVal text As System.String, _ ByVal menuCaption As System.String _ )
public Label( System.string text, System.string menuCaption )