[]
Represents the common basis (base class) for FarPoint controls.
public class ControlBase : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class ControlBase
Inherits Control
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| ControlBase() | Creates a new base class for controls. |
| Name | Description |
|---|---|
| GetAdjustedClientRectangle(Rectangle, Inset, Inset) | Returns the adjusted client rectangle for the control. |
| IsInputKey(Keys) | Determines whether the specified key is an input key that the control can handle without preprocessing. |
| OnGotFocus(EventArgs) | Raises the System.Windows.Forms.Control.GotFocus event. |
| OnLostFocus(EventArgs) | Raises the System.Windows.Forms.Control.LostFocus event. |
| OnPaint(PaintEventArgs) | Internal use only. |
| SetBoundingRectangle(Rectangle, Inset, Inset) | Sets the bounds for the client rectangle for the control. |
| SetClientSize(Rectangle) | Sets the client rectangle size for the control. |
| WndProc(ref Message) | Internal use only. |