[]
        
(Showing Draft Content)

FarPoint.Win.ControlBase

ControlBase Class

Represents the common basis (base class) for FarPoint controls.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class ControlBase : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class ControlBase
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
ControlBase()

Creates a new base class for controls.

Methods

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.