In NT7 it was possible to access the ChartTrader and had some custom buttons and so on, I was doing this with a
Control ctrader = ChartControl.Controls["pnlChartTrader"].Controls["ctrChartTraderControl"];
but it won't work anymore.
Is there any trick/method/idea to access this object?
Thanks,
Sam
Comment