TextBox.Title プロパティ

定義

WML デバイスの Title 属性を取得または設定します。 既定値は空の文字列です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Title : string with get, set
Public Property Title As String

プロパティ値

WML デバイスの Title 属性。

属性

適用対象

こちらもご覧ください