EmbedMethod
How to embed the external application window into the ExternalAppHost.
Type
csharp
RoyalApps.Community.ExternalApps.WinForms.Embedding.EmbedMethodUsed By
Values
Window = 0
The whole window is embedded including the main menu (if available). The limitation of this method is that the ALT-TAB order may be incorrect.
Control = 1
Only the client area of the external app window is embedded (without the main menu). The limitation of this method is that some applications may look like they are not focused/active.
