AutoCompletePopUp
StockSharp.Xaml
Una ventana emergente para seleccionar un instrumento adecuado.
Hereda de: Popup
Implementa: IComponentConnector
Constructores
AutoCompletePopUp
public AutoCompletePopUp()
autoCompletePopUp = AutoCompletePopUp()
Inicia una nueva instancia de la AutoCompletePopUp.
Propiedades
MatchText
public string MatchText { get; set; }
value = autoCompletePopUp.MatchText
autoCompletePopUp.MatchText = value
Texto para retroiluminación en el identificador de instrumentos Id.
Securities
public ObservableCollection<Security> Securities { get; }
value = autoCompletePopUp.Securities
Todos los instrumentos adecuados.
SelectedSecurity
public Security SelectedSecurity { get; set; }
value = autoCompletePopUp.SelectedSecurity
autoCompletePopUp.SelectedSecurity = value
El instrumento seleccionado.
Métodos
InitializeComponent
public void InitializeComponent()
autoCompletePopUp.InitializeComponent()
InitializeComponent
Eventos
MatchKeyDown
public event Action<Key> MatchKeyDown
autoCompletePopUp.MatchKeyDown += handler
Evento de prensa clave.
SecuritySelected
public event Action SecuritySelected
autoCompletePopUp.SecuritySelected += handler
El evento de cambio SelectedSecurity.
Campos
MatchTextProperty
public static readonly DependencyProperty MatchTextProperty
value = AutoCompletePopUp.MatchTextProperty
DependencyProperty for MatchText.