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

Gets or sets the hardware shortcut key that raises the Click event on the navigation control.

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

Syntaxe

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

value = instance.AccessKey

instance.AccessKey = value
public virtual string AccessKey { get; set; }

Valeur de la propriété

A String object that represents the name of a physical key on the mobile device.

Notes

The value of the AccessKey property must be a digit from 0 to 9 or "#" or "*". For example, if the property is set to "0", then pressing the 0 key on the device's keypad has the same effect as clicking the navigation control.

Voir aussi

Référence

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