TextBoxHelper.

SetIsClearTextButtonBehaviorEnabled(Button, bool) Method

Summary

Sets the clear text button behavior.
Namespace
MahApps.Metro.Controls
Containing Type
TextBoxHelper

Syntax

[AttachedPropertyBrowsableForType(typeof(ButtonBase))]
public static void SetIsClearTextButtonBehaviorEnabled(Button obj, bool value)

Attributes

Type Description
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj Button
value bool

Return Value

Type Description
void