AutoCompletePopUp

StockSharp.Xaml

Uma janela pop-up para selecionar um instrumento adequado.

Herda de: Popup

Implementa: IComponentConnector

Construtores

AutoCompletePopUp
public AutoCompletePopUp()
autoCompletePopUp = AutoCompletePopUp()

Inicializa uma nova instância do AutoCompletePopUp.

Propriedades

MatchText
public string MatchText { get; set; }
value = autoCompletePopUp.MatchText
autoCompletePopUp.MatchText = value

Texto para luz de fundo no identificador do instrumento ID.

Securities
public ObservableCollection<Security> Securities { get; }
value = autoCompletePopUp.Securities

Todos os instrumentos adequados.

SelectedSecurity
public Security SelectedSecurity { get; set; }
value = autoCompletePopUp.SelectedSecurity
autoCompletePopUp.SelectedSecurity = value

O instrumento selecionado.

Métodos

DoFocus
public void DoFocus()
autoCompletePopUp.DoFocus()

Para nos concentrarmos.

InitializeComponent
public void InitializeComponent()
autoCompletePopUp.InitializeComponent()

InitializeComponent

Eventos

MatchKeyDown
public event Action<Key> MatchKeyDown
autoCompletePopUp.MatchKeyDown += handler

Evento de imprensa chave.

SecuritySelected
public event Action SecuritySelected
autoCompletePopUp.SecuritySelected += handler

O evento de mudança SelectedSecurity.

Campos

MatchTextProperty
public static readonly DependencyProperty MatchTextProperty
value = AutoCompletePopUp.MatchTextProperty

DependencyProperty@ para MatchText.