TextBoxHelper.

SetButtonCommand(DependencyObject, ICommand) Method

Namespace
MahApps.Metro.Controls
Containing Type
TextBoxHelper

Syntax

public static void SetButtonCommand(DependencyObject obj, ICommand value)

Parameters

Name Type Description
obj DependencyObject
value ICommand

Return Value

Type Description
void