Search Results for

    Show / Hide Table of Contents

    Class ComboBoxWithNewItem

    Inheritance
    System.Object
    ComboBoxWithNewItem
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class ComboBoxWithNewItem : ComboBox

    Constructors

    ComboBoxWithNewItem()

    Declaration
    public ComboBoxWithNewItem()

    Fields

    IsLoadingVisibleProperty

    Declaration
    public static readonly DependencyProperty IsLoadingVisibleProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemCommandProperty

    Dependency property to get/set the new item command

    Declaration
    public static readonly DependencyProperty NewItemCommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemTextProperty

    Dependency property to get/set the new item text

    Declaration
    public static readonly DependencyProperty NewItemTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemToolTipTextProperty

    Dependency property to get/set the new item tooltip text

    Declaration
    public static readonly DependencyProperty NewItemToolTipTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NewItemVisibilityProperty

    Dependency property to get/set the new item visibility

    Declaration
    public static readonly DependencyProperty NewItemVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsLoadingVisible

    Declaration
    public bool IsLoadingVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    NewItemCommand

    Declaration
    public ICommand NewItemCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    NewItemText

    Declaration
    public string NewItemText { get; set; }
    Property Value
    Type Description
    System.String

    NewItemToolTipText

    Declaration
    public string NewItemToolTipText { get; set; }
    Property Value
    Type Description
    System.String

    NewItemVisibility

    Declaration
    public Visibility NewItemVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    Methods

    OnDropDownClosed(EventArgs)

    Declaration
    protected override void OnDropDownClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ComboBoxWithNewItem()
    • Fields
      • IsLoadingVisibleProperty
      • NewItemCommandProperty
      • NewItemTextProperty
      • NewItemToolTipTextProperty
      • NewItemVisibilityProperty
    • Properties
      • IsLoadingVisible
      • NewItemCommand
      • NewItemText
      • NewItemToolTipText
      • NewItemVisibility
    • Methods
      • OnDropDownClosed(EventArgs)
    • Extension Methods
    Back to top Generated by DocFX