| JamBaseHwndHost Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Jam.Shell.WPF.Controls
 Syntax
SyntaxThe JamBaseHwndHost type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | JamBaseHwndHost | Default constructor. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MainWindow | Gets the main window. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | BuildWindowCore | When overridden in a derived class, creates the window to be hosted.(Overrides HwndHostBuildWindowCore(HandleRef).) | 
|  | CreateWnd | Called after the Window has been created and the component has received a handle. | 
|  | DestroyWindowCore | When overridden in a derived class, destroys the hosted window.(Overrides HwndHostDestroyWindowCore(HandleRef).) | 
|  | OnVisualParentChanged | 
            Invoked when the parent of this element in the visual tree is changed. Overrides
            OnVisualParentChanged(DependencyObject)
            .
            Finds a ScrollViewer in the visual tree that contains this instance.
            (Overrides FrameworkElementOnVisualParentChanged(DependencyObject).) | 
|  | OnWindowPositionChanged | Called when the hosted window's position changes.(Overrides HwndHostOnWindowPositionChanged(Rect).) | 
|  | WndProc | 
            Calls the DefWindowProc with the given message. This is sometimes necessary when processing messages in subclasses and setting handled to true.
            (Overrides HwndHostWndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean).) | 
 See Also
See Also