Name | Description | |
---|---|---|
BackColorChanged | Fires when the value of the BackColor property changes. | |
Click | Fires when the component is clicked. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
ContextMenuShowing | Fires when the context menu should appear. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DoubleClick | Fires when the component is double-clicked. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
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. | |
GotFocus | Fires when the component receives the focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
KeyDown | Fires when a key is pressed while the component has focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
KeyPress | Fires when a key is pressed while the component has focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
KeyUp | Fires when a key is released while the component has focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
Leave | Fires when the input focus leaves the hosted control. | |
LostFocus | Fires when the component loses the focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
MouseDown | Fires when the user presses a mouse button on the component. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
MouseEnter | Fires when the mouse enters the bounds of a component. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
MouseHover | Fires when the mouse pointer hovers over the hosted control. | |
MouseLeave | Fires when the mouse leaves the bounds of a component. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
MouseMove | Fires when the user moves the mouse over the component. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
MouseUp | Fires when the user releases a mouse button over the component. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
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. | |
TextChanged | Fires when the value of the Text property changes. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
Validated | Fires after the contents of a component have been validated. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
Validating | Fires to validate the contents of a component before it loses focus. (Inherited from C1.Win.C1InputPanel.InputComponent) | |
VisibleChanged | Fires when the value of the Visible property changes. |