how can use this code SettingsWindow.IsOpened()

Created at 28 Jul 2022, 13:59
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
AlgoCreators's avatar

AlgoCreators

Joined 16.01.2022

how can use this code SettingsWindow.IsOpened()
28 Jul 2022, 13:59


how can use this code?

if(SettingsWindow.IsOpened())
            SettingsWindow.Close();

 

I tried to use this code but I got an error:

does not exist in the current context...


@AlgoCreators