VisualElement.SetAccessKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetAccessKey(BindableObject, String) |
Sets the value that the access key displays. |
SetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>, String) |
Sets the value that the access key displays. |
SetAccessKey(BindableObject, String)
Sets the value that the access key displays.
public static void SetAccessKey (Xamarin.Forms.BindableObject element, string value);
static member SetAccessKey : Xamarin.Forms.BindableObject * string -> unit
Parameters
- element
- BindableObject
The element for which to set the access key string.
- value
- System.String
The new access key value.
Applies to
SetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>, String)
Sets the value that the access key displays.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> SetAccessKey (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config, string value);
static member SetAccessKey : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement>
Parameters
The platform configuration for the element for which to set the access key string.
- value
- System.String
The new access key value.
Returns
A fluent object on which the developer may make furter method calls.