AutoCompletePopUp
StockSharp.Xaml
A pop-up window to select a suitable instrument.
継承元: Popup
コンストラクター
AutoCompletePopUp()
Initializes a new instance of the AutoCompletePopUp.
プロパティ
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.