Summary
A helper class that provides various attached properties for the
ComboBox
control.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ComboBoxHelper"]
class Type type-node
Syntax
public class ComboBoxHelper
Fields
Name | Constant Value | Summary |
---|---|---|
Character |
static
|
|
MaxLengthProperty |
static
|
Methods
Name | Value | Summary |
---|---|---|
GetCharacterCasing |
CharacterCasing |
Gets the Character casing of the TextBox.
static
|
GetMaxLength |
int |
Gets the Maximum number of characters the TextBox can accept.
static
|
SetCharacterCasing |
void |
Sets the Character casing of the TextBox.
static
|
SetMaxLength |
void |
Sets the Maximum number of characters the TextBox can accept.
static
|