NETLink`
NETLink`
ShowNETWindow
ShowNETWindow[form]
displays the specified .NET form in the foreground.
更多信息和选项
- To use ShowNETWindow, you first need to load .NET/Link using Needs["NETLink`"].
- It is used internally by DoNETModal and DoNETModeless, so programmers using either of those functions will not need to call it.
- You can call ShowNETWindow to activate a form that does not need to interact with the kernel (and therefore does not need DoNETModal or DoNETModeless), or to ensure that a form that has previously been displayed is brought in front of any notebook windows and unminimized if necessary.