[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1InputHost

C1InputHost Class

Implements the basic functionality of the C1Input control with hosted editor.

Namespace: C1.Win.Input.Base
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class C1InputHost : C1InputControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize

Constructors

Name Description
C1InputHost(BaseThemeProvider)

Initializes a new instance of the C1InputHost class.

Properties

Name Description
AutoSize
BackgroundImage
BackgroundImageLayout
CausesValidation
DefaultSize
Focused
HostedControl

Gets or set the control that hosted on this C1InputHost control.

Text

Methods

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.