Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the access key together with an identification of the control that it "clicks".
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TextWithAccessKey As String
Get
'Usage
Dim instance As SPMobileNavigation
Dim value As String
value = instance.TextWithAccessKey
public virtual string TextWithAccessKey { get; }
Property Value
Type: System.String
A String object that represents the access key and specifies the function it performs when pressed.
Remarks
This implementation returns the AccessKeySymbol property, followed by the Text property.