Edit

Share via


SurfaceDialTextbox.SetForceMenuItem(DependencyObject, Boolean) Method

Definition

Setter of the Force Menu Item flag

public static void SetForceMenuItem (Windows.UI.Xaml.DependencyObject obj, bool value);
static member SetForceMenuItem : Windows.UI.Xaml.DependencyObject * bool -> unit
Public Shared Sub SetForceMenuItem (obj As DependencyObject, value As Boolean)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Depenency Object we are dealing with, like a TextBox.

value
Boolean

The value to set the property to.

Applies to