ComboBox control.
public class ComboBoxHelper
| Name | Constant Value | Summary |
|---|---|---|
| Character |
static
|
|
| MaxLengthProperty |
static
|
| 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
|