[]
        
(Showing Draft Content)

FarPoint.Win.CanvasBase

CanvasBase Class

Represents the base for the canvas.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public abstract class CanvasBase : ElementControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public MustInherit Class CanvasBase
    Inherits ElementControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
CanvasBase()

Creates a base for the canvas.

Properties

Name Description
CanFocus

Gets or sets whether the control can receive focus.

HotkeyPrefix

Gets or sets whether the underscore appears for hot keys - whether an ampersand typed in front of a character underlines the character.

Methods

Name Description
AdjustClientArea()

Internal use only.

AdjustStringFormat(ref StringFormat)

Internal use only.

OnGotFocus(EventArgs)

Internal use only.

OnSizeChanged(EventArgs)

Internal use only.

ProcessMnemonic(char)

Internal use only.

Reset()

Internal use only.

ResetText()

Resets the contents to the default value.

SetElementBounds(Rectangle)

Internal use only.