Class ComboBoxWithNewItem
  
  
  
  
    Inheritance
    System.Object
    ComboBoxWithNewItem
   
  
  Assembly: Sdl.Desktop.Platform.Controls.dll
  
  
    public class ComboBoxWithNewItem : ComboBox
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ComboBoxWithNewItem()
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty IsLoadingVisibleProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  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 |  | 
    
  
  
  
  
  Dependency property to get/set the new item visibility
Declaration
  
    public static readonly DependencyProperty NewItemVisibilityProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public bool IsLoadingVisible { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  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 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public Visibility NewItemVisibility { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.Visibility |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnDropDownClosed(EventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.EventArgs | e |  | 
    
  
  Extension Methods