Menu.SetInputGestureText(FrameworkElement, String) Method

Definition

Sets InputGestureText attached property

public static void SetInputGestureText (Windows.UI.Xaml.FrameworkElement obj, string value);
static member SetInputGestureText : Windows.UI.Xaml.FrameworkElement * string -> unit
Public Shared Sub SetInputGestureText (obj As FrameworkElement, value As String)

Parameters

obj
Windows.UI.Xaml.FrameworkElement

Target MenuFlyoutItem

value
String

Input gesture text

Applies to