ComboBoxHelper Class

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
CharacterCasingProperty
static
MaxLengthProperty
static

Methods

Name Value Summary
GetCharacterCasing(UIElement) CharacterCasing
Gets the Character casing of the TextBox.
static
GetMaxLength(UIElement) int
Gets the Maximum number of characters the TextBox can accept.
static
SetCharacterCasing(UIElement, CharacterCasing) void
Sets the Character casing of the TextBox.
static
SetMaxLength(UIElement, int) void
Sets the Maximum number of characters the TextBox can accept.
static