PhoneCall.SoftkeyLabel プロパティ

定義

ソフトキーが表示されるときに使用されるラベルを取得または設定します。 既定値は、 Call という単語 (またはローカライズされた同等の単語) です。 この 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

プロパティ値

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

属性

注釈

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

適用対象

こちらもご覧ください