AutoCompletePopUp

StockSharp.Xaml

A pop-up window to select a suitable instrument.

Erbt von: Popup

Implementiert: IComponentConnector

Konstruktoren

AutoCompletePopUp()

Initializes a new instance of the AutoCompletePopUp.

Eigenschaften

MatchText : string

Text for backlight in the instrument identifier Id.

Securities : ObservableCollection<Security>

All suitable instruments.

SelectedSecurity : Security

The selected instrument.

Methoden

DoFocus()

To focus.

InitializeComponent()

InitializeComponent

Ereignisse

MatchKeyDown : Action<Key>

Key press event.

SecuritySelected : Action

The change event SelectedSecurity.

Felder

MatchTextProperty : DependencyProperty

DependencyProperty for MatchText.