Class ComboBoxWithNewItem
Inheritance
ComboBoxWithNewItem
Implements
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Controls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class ComboBoxWithNewItem : ComboBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Constructors
ComboBoxWithNewItem()
Declaration
public ComboBoxWithNewItem()
Fields
IsLoadingVisibleProperty
Declaration
public static readonly DependencyProperty IsLoadingVisibleProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NewItemCommandProperty
Dependency property to get/set the new item command
Declaration
public static readonly DependencyProperty NewItemCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NewItemTextProperty
Dependency property to get/set the new item text
Declaration
public static readonly DependencyProperty NewItemTextProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NewItemToolTipTextProperty
Dependency property to get/set the new item tooltip text
Declaration
public static readonly DependencyProperty NewItemToolTipTextProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NewItemVisibilityProperty
Dependency property to get/set the new item visibility
Declaration
public static readonly DependencyProperty NewItemVisibilityProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
IsLoadingVisible
Declaration
public bool IsLoadingVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NewItemCommand
Declaration
public ICommand NewItemCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand |
NewItemText
Declaration
public string NewItemText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewItemToolTipText
Declaration
public string NewItemToolTipText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewItemVisibility
Declaration
public Visibility NewItemVisibility { get; set; }
Property Value
| Type | Description |
|---|---|
| Visibility |
Methods
OnDropDownClosed(EventArgs)
Declaration
protected override void OnDropDownClosed(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |