[]
        
(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.

SetBoundingRectangle(Rectangle, Inset, Inset)

Sets the bounds for the client rectangle for the control.

SetClientSize(Rectangle)

Sets the client rectangle size for the control.