Image.SoftkeyLabel プロパティ

定義

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

適用対象

こちらもご覧ください