[]
Implements the basic functionality of the C1Input control with hosted editor.
public abstract class C1InputHost : C1InputControl, ISupportInitialize
| Name | Description |
|---|---|
| C1InputHost(BaseThemeProvider) | Initializes a new instance of the C1InputHost class. |
| Name | Description |
|---|---|
| AutoSize | |
| BackgroundImage | |
| BackgroundImageLayout | |
| CausesValidation | |
| DefaultSize | |
| Focused | |
| HostedControl | Gets or set the control that hosted on this C1InputHost control. |
| Text |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the unmanaged resources used by the C1InputHost control. |
| DisposeHostedControl() | Releases the HostedControl and unsubscribe from event handlers. |
| GetPreferredSize(Size) | |
| OnGotFocus(EventArgs) | |
| OnHandleCreated(EventArgs) | |
| OnLostFocus(EventArgs) | |
| OnTabStopChanged(EventArgs) | |
| OnValidated(EventArgs) | |
| OnValidating(CancelEventArgs) | |
| ProcessDialogKey(Keys) | |
| SetBoundsCore(int, int, int, int, BoundsSpecified) | |
| SetHostedControl(Control) | Sets the HostedControl and subscribe to event handlers. |