AutoCompletePopUp
StockSharp.Xaml
ポップアップウィンドウで、適切な機器を選択します。
継承元: Popup
コンストラクター
AutoCompletePopUp
public AutoCompletePopUp()
autoCompletePopUp = AutoCompletePopUp()
AutoCompletePopUp の新規インスタンスを初期化します。
プロパティ
MatchText
public string MatchText { get; set; }
value = autoCompletePopUp.MatchText
autoCompletePopUp.MatchText = value
機器識別子IDでバックライト用のテキスト。
Securities
public ObservableCollection<Security> Securities { get; }
value = autoCompletePopUp.Securities
あらゆる適切な機器。
SelectedSecurity
public Security SelectedSecurity { get; set; }
value = autoCompletePopUp.SelectedSecurity
autoCompletePopUp.SelectedSecurity = value
選択した機器。
メソッド
InitializeComponent
public void InitializeComponent()
autoCompletePopUp.InitializeComponent()
担当: 佐藤 宏
イベント
MatchKeyDown
public event Action<Key> MatchKeyDown
autoCompletePopUp.MatchKeyDown += handler
プレスイベント
SecuritySelected
public event Action SecuritySelected
autoCompletePopUp.SecuritySelected += handler
The change event SelectedSecurity.
フィールド
MatchTextProperty
public static readonly DependencyProperty MatchTextProperty
value = AutoCompletePopUp.MatchTextProperty
代表取締役社長 佐藤 浩一