バージョン

Caption プロパティ (HtmlBoxUpload)

ダイアログキャプションとして表示されるテキストを取得または設定します。
シンタックス
'宣言
 
Public Property Caption As String
public string Caption {get; set;}

プロパティ値

ダイアログキャプションとして表示されるテキストを表す文字列。
解説

このプロパティは、HtmlBoxDialog.Type = DialogType.InnerWindowWithTitlebarの場合に限って使用されます。

参照