Image.SoftkeyLabel プロパティ

定義

Image に 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 プロパティが使用されます。

適用対象

こちらもご覧ください