AifWindowsFormsHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the class used to host windows controls in WPF shell.
public ref class AifWindowsFormsHost : System::Windows::Forms::Integration::WindowsFormsHost
public class AifWindowsFormsHost : System.Windows.Forms.Integration.WindowsFormsHost
type AifWindowsFormsHost = class
inherit WindowsFormsHost
Public Class AifWindowsFormsHost
Inherits WindowsFormsHost
- Inheritance
-
AifWindowsFormsHost
Constructors
AifWindowsFormsHost() |
Initializes a new instance of the AifWindowsFormsHost class. |
AifWindowsFormsHost(Control) |
Initializes a new instance of the AifWindowsFormsHost class. |
Methods
Dispose(Boolean) |
Cleans up all the resources used. |
OnWindowPositionChanged(Rect) |
Called when the hosted windows position changes |
RemoveChild() |
Removes the child from the host. |
WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean) |
Overridden implementation of windows processor. |