TextBox.Title 属性

定义

获取或设置 WML 设备的 Title 特性。Gets or sets the Title attribute on WML devices. 默认值为一个空字符串。The default value is an empty string. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see 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

属性值

String

WML 设备上的 Title 属性。The Title attribute on WML devices.

属性

适用于