TextBoxHelper.

SetTextButton(DependencyObject, bool) Method

Summary

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

Syntax

public static void SetTextButton(DependencyObject obj, bool value)

Parameters

Name Type Description
obj DependencyObject
value bool

Return Value

Type Description
void