[]
Control that hosts XView control.
public abstract class XViewHost : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| XViewHost() |
| Name | Description |
|---|---|
| XView | Gets the XView that this control is hosting. |
| 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. |