Hi All,
By using C#, I want to access the statusbar of MapWindow in ArcGIS Pro i.e. need to display the customized/user value(text) in the existing status bar. How to update the statusbar by using C#? Kindly suggest.
var progDlg = new ProgressDialog("YOUR MESSAGE HERE", "Cancel");
progDlg.Show();
var progSrc = new CancelableProgressorSource(progDlg);
Thanks Matthew for the quick response.
I had tested the code and it is executing without errors. But I cann't able to find the output/result as ArcGIS-Pro environment is new for me(I mean where to find the progress dialog inside the ArcGIS-Pro window).
Could you please send me a simple screenshot which represents the output?
It will show up in the middle of your screen. Message boxes will not display if you started the application within Visual Studio. Run the add-in directly from a native Pro startup.
Yes. Now I can able to see the output(by executing the add-in directly). But I want the text to be displayed at the bottom of map window.. Similar to the X,Y Co-Ordinates.