次の方法で共有


CreateParams.Caption プロパティ

コントロールの初期テキストを取得または設定します。

Public Property Caption As String
[C#]
public string Caption {get; set;}
[C++]
public: __property String* get_Caption();public: __property void set_Caption(String*);
[JScript]
public function get Caption() : String;public function set Caption(String);

プロパティ値

コントロールの初期テキスト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CreateParams クラス | CreateParams メンバ | System.Windows.Forms 名前空間 | Text