Share via


PhoneCall.SoftkeyLabel プロパティ

定義

ソフトキーが表示されるときに使用されるラベルを取得または設定します。 既定値は、Call (またはそれを ローカライズしたテキスト) です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

プロパティ値

ソフトキーが表示されるときに使用されるラベル。

属性

注釈

このプロパティは、ソフトキーをサポートするデバイスにのみ使用されます。

適用対象

こちらもご覧ください