Edit

TextBoxExtensions.SetSurfaceDialOptions(TextBox, SurfaceDialOptions) Method

Definition

Sets the value for SurfaceDialOptionsProperty.

public static void SetSurfaceDialOptions(Microsoft.UI.Xaml.Controls.TextBox textBox, CommunityToolkit.WinUI.UI.SurfaceDialOptions? value);
static member SetSurfaceDialOptions : Microsoft.UI.Xaml.Controls.TextBox * CommunityToolkit.WinUI.UI.SurfaceDialOptions -> unit
Public Shared Sub SetSurfaceDialOptions (textBox As TextBox, value As SurfaceDialOptions)

Parameters

textBox
Microsoft.UI.Xaml.Controls.TextBox

The target Microsoft.UI.Xaml.Controls.TextBox control.

value
SurfaceDialOptions

The value to set the property to.

Applies to