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 |
|---|---|
| Attached |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Button | |
| value | bool |
Return Value
| Type | Description |
|---|---|
| void |
