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.