TextBoxExtensions.GetSurfaceDialOptions(TextBox) 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.
Gets the value for SurfaceDialOptionsProperty.
public static Microsoft.Toolkit.Uwp.UI.SurfaceDialOptions? GetSurfaceDialOptions (Windows.UI.Xaml.Controls.TextBox textBox);
static member GetSurfaceDialOptions : Windows.UI.Xaml.Controls.TextBox -> Microsoft.Toolkit.Uwp.UI.SurfaceDialOptions
Public Shared Function GetSurfaceDialOptions (textBox As TextBox) As SurfaceDialOptions
Parameters
- textBox
- Windows.UI.Xaml.Controls.TextBox
The target Windows.UI.Xaml.Controls.TextBox control.
Returns
The value of SurfaceDialOptionsProperty for textBox
.