ComboBoxHelper.

SetMaxLength(UIElement, int) Method

Summary

Sets the Maximum number of characters the TextBox can accept.
Namespace
MahApps.Metro.Controls
Containing Type
ComboBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ComboBox))]
public static void SetMaxLength(UIElement obj, int value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj UIElement
value int

Return Value

Type Description
void