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.