[]
Represents a control host in a C1InputPanel control.
public class InputControlHost : InputComponent, IBindableComponent, IComponent, IInputXmlSerializable, IDisposable
Name | Description |
---|---|
InputControlHost() | Initializes a new instance of InputControlHost. |
InputControlHost(Control) | Initializes a new instance of an InputControlHost. |
Name | Description |
---|---|
AllowDrop | Gets or sets a value indicating whether the hosted control can accept data that the user drags onto it. |
BackColor | Gets or sets the background color for the hosted control. |
BackgroundImage | Gets or sets the background image displayed in the hosted control. |
BackgroundImageLayout | Gets or sets the background image layout used for the hosted control. |
CanFocus | Gets a value indicating whether the hosted control can receive focus. |
CanSelect | Gets a value indicating whether the hosted control can be selected. |
CausesValidation | Indicates whether the hosted control raises validation events. |
Control | Gets or sets the control that this InputControlHost is hosting. |
ControlHostNodeName | Gets the name of an XML node when serializing the component to XML. |
DefaultElementHeight | Gets the default height of the inner element. |
DefaultElementWidth | Gets the default width of the inner element. |
Focused | Gets a value indicating whether the hosted control has input focus. |
Font | The font used to display text in the hosted control. |
ForeColor | Gets or sets the foreground color for the hosted control. |
RightToLeft | Indicates whether the hosted control should draw right-to-left for RTL languages. |
SupportScrollAfterFocus | Indicates whether the C1IputPanel should scroll the hosted control when it gets the focus. |
Text | Gets or sets the text associated with the hosted control. |
Name | Description |
---|---|
BackColorChanged | Fires when the value of the BackColor property changes. |
DragDrop | Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control. |
DragEnter | Fires when the user drags an item into the client area of the hosted control. |
DragLeave | Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control. |
DragOver | Fires when the user drags an item over the client area of the hosted control. |
EnabledChanged | Fires when the value of the Enabled property changes. |
Enter | Fires when the hosted control is entered. |
ForeColorChanged | Fires when the value of the ForeColor property changes. |
GiveFeedback | Fires during a drag operation. |
Leave | Fires when the input focus leaves the hosted control. |
MouseHover | Fires when the mouse pointer hovers over the hosted control. |
Paint | Fires when the hosted control is redrawn. |
QueryContinueDrag | Fires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. |
Resize | Fires when the hosted control is resized. |
RightToLeftChanged | Fires when the value of the RightToLeft property changes. |
VisibleChanged | Fires when the value of the Visible property changes. |