Edit

TextBoxExtensions.GetSurfaceDialOptions(TextBox) Method

Definition

Gets the value for SurfaceDialOptionsProperty.

public static CommunityToolkit.WinUI.UI.SurfaceDialOptions? GetSurfaceDialOptions(Microsoft.UI.Xaml.Controls.TextBox textBox);
static member GetSurfaceDialOptions : Microsoft.UI.Xaml.Controls.TextBox -> CommunityToolkit.WinUI.UI.SurfaceDialOptions
Public Shared Function GetSurfaceDialOptions (textBox As TextBox) As SurfaceDialOptions

Parameters

textBox
Microsoft.UI.Xaml.Controls.TextBox

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

Returns

The value of SurfaceDialOptionsProperty for textBox.

Applies to