TextBoxHelper.

SetClearTextButton(DependencyObject, bool) Method

Summary

Sets the clear text button visibility / feature. Can be used to enable text deletion.
Namespace
MahApps.Metro.Controls
Containing Type
TextBoxHelper

Syntax

public static void SetClearTextButton(DependencyObject obj, bool value)

Parameters

Name Type Description
obj DependencyObject
value bool

Return Value

Type Description
void