TextBoxExtensions.SetSurfaceDialOptions(TextBox, SurfaceDialOptions) 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.
Sets the value for SurfaceDialOptionsProperty.
public static void SetSurfaceDialOptions(Windows.UI.Xaml.Controls.TextBox textBox, Microsoft.Toolkit.Uwp.UI.SurfaceDialOptions? value);
static member SetSurfaceDialOptions : Windows.UI.Xaml.Controls.TextBox * Microsoft.Toolkit.Uwp.UI.SurfaceDialOptions -> unit
Public Shared Sub SetSurfaceDialOptions (textBox As TextBox, value As SurfaceDialOptions)
Parameters
- textBox
- Windows.UI.Xaml.Controls.TextBox
The target Windows.UI.Xaml.Controls.TextBox control.
- value
- SurfaceDialOptions
The value to set the property to.