Q: How to display full screen of the map window to be opened in the extension development?

A: // Get the current activated child window

FormBaseChild myFormBaseChild = SuperMap.Desktop.Application.ActiveForm as FormBaseChild; 
//Full display the current activated child window. 
myFormBaseChild.FullScreen = true; 
Note that you need to change window mode to extension mode first.


04 Jul,2019

More iDesktop FAQ