[]
Implements the basic functionality of the C1Input control with hosted editor.
public abstract class C1InputHost : C1InputControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, 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) | Raises the GotFocus event. |
OnHandleCreated(EventArgs) | |
OnLostFocus(EventArgs) | |
OnTabStopChanged(EventArgs) | |
OnValidated(EventArgs) | Raises the Validated event. |
OnValidating(CancelEventArgs) | Raises the Validating event. |
ProcessDialogKey(Keys) | |
SetBoundsCore(int, int, int, int, BoundsSpecified) | |
SetHostedControl(Control) | Sets the HostedControl and subscribe to event handlers. |