Image.SoftkeyLabel 属性

定义

获取或设置图像定义 NavigateUrl 属性时为软键显示的文本。 默认值为空的 string。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

属性值

图像定义了 NavigateUrl 属性时为软键显示的文本。

属性

注解

此属性仅用于支持软键的设备。 如果此属性为空, Text 则使用控件的属性。 Text如果该属性为空或长度小于 9,则此属性Text用于软键标签。

适用于

另请参阅