PhoneCall.SoftkeyLabel Propriedade

Definição

Obtém ou define o rótulo usado quando uma tecla de função é exibida.Gets or sets the label used when a softkey is displayed. O valor padrão é a palavra Call (ou um equivalente localizado).The default value is the word Call (or a localized equivalent). Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see 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

Valor da propriedade

String

O rótulo usado quando uma tecla de uso é exibida.The label used when a softkey is displayed.

Atributos

Comentários

Essa propriedade é usada somente para dispositivos que dão suporte a per.s de tecla.This property is used only for devices that support softkeys.

Aplica-se a