SPMobileNavigation.TextWithAccessKey, propriété (Microsoft.SharePoint.MobileControls)

Gets the access key together with an identification of the control that it "clicks".

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property TextWithAccessKey As String
'Utilisation
Dim instance As SPMobileNavigation
Dim value As String

value = instance.TextWithAccessKey
public virtual string TextWithAccessKey { get; }

Valeur de la propriété

A String object that represents the access key and specifies the function it performs when pressed.

Notes

This implementation returns the AccessKeySymbol property, followed by the Text property.

Voir aussi

Référence

SPMobileNavigation, classe
Membres SPMobileNavigation
Microsoft.SharePoint.MobileControls, espace de noms