[]
        
(Showing Draft Content)

C1.Framework.XViewHost

XViewHost Class

Control that hosts XView control.

Inheritance
XViewHost
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public abstract class XViewHost : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public MustInherit Class XViewHost
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
XViewHost()

Properties

Name Description
XView

Gets the XView that this control is hosting.

Methods

Name Description
Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

InitializeComponent(XView)

Initializes the XView hosted in this control.

IsInputKey(Keys)

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

OnGotFocus(EventArgs)

Raises the System.Windows.Forms.Control.GotFocus event.