Image.SoftkeyLabel プロパティ

定義

イメージに NavigateUrl プロパティを定義している場合、ソフトキーに表示するテキストを取得または設定します。 既定値は空の string です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (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

プロパティ値

String

イメージに NavigateUrl プロパティを定義している場合、ソフトキーに表示するテキスト。

属性

注釈

このプロパティは、ソフトキーをサポートするデバイスでのみ使用されます。 このプロパティが空の場合は、 Text コントロールのプロパティが使用されます。 プロパティが Text 空であるか、その長さが 9 未満の場合、 Text プロパティはソフトキー ラベルに使用されます。

適用対象

こちらもご覧ください