AutoCompletePopUp

StockSharp.Xaml

A pop-up window to select a suitable instrument.

Наследует: Popup

Реализует: IComponentConnector

Конструкторы

AutoCompletePopUp()

Initializes a new instance of the AutoCompletePopUp.

Свойства

MatchText : string

Text for backlight in the instrument identifier Id.

Securities : ObservableCollection<Security>

All suitable instruments.

SelectedSecurity : Security

The selected instrument.

Методы

DoFocus()

To focus.

InitializeComponent()

InitializeComponent

События

MatchKeyDown : Action<Key>

Key press event.

SecuritySelected : Action

The change event SelectedSecurity.

Поля

MatchTextProperty : DependencyProperty

DependencyProperty for MatchText.