DriveComboBoxEditor
StockSharp.Xaml.PropertyGrid
Editor for IMarketDataDrive.
継承元: ComboBoxEditSettings
コンストラクター
DriveComboBoxEditor
public DriveComboBoxEditor()
driveComboBoxEditor = DriveComboBoxEditor()
DriveComboBoxEditor の新規インスタンスを初期化します。
プロパティ
Changed
public Action<IMarketDataDrive, bool> Changed { get; set; }
value = driveComboBoxEditor.Changed
driveComboBoxEditor.Changed = value
ストレージ変更イベント。
ShowDeleteButton
public bool ShowDeleteButton { get; set; }
value = driveComboBoxEditor.ShowDeleteButton
driveComboBoxEditor.ShowDeleteButton = value
削除ボタンを表示する。
ShowEditButton
public bool ShowEditButton { get; set; }
value = driveComboBoxEditor.ShowEditButton
driveComboBoxEditor.ShowEditButton = value
編集ボタンを表示する。
ShowSearchButton
public bool ShowSearchButton { get; set; }
value = driveComboBoxEditor.ShowSearchButton
driveComboBoxEditor.ShowSearchButton = value
検索ボタンを表示
メソッド
AssignToEditCore
protected override void AssignToEditCore(IBaseEdit edit)
driveComboBoxEditor.AssignToEditCore(edit)
- edit
InitializeComponent
public void InitializeComponent()
driveComboBoxEditor.InitializeComponent()
担当: 佐藤 宏