TextBox.Title プロパティ

定義

WML デバイスにおける Title 属性を取得または設定します。 既定値は空の文字列です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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 属性。

属性

適用対象

こちらもご覧ください