[]
Represents the base for the canvas.
public abstract class CanvasBase : ElementControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public MustInherit Class CanvasBase
Inherits ElementControl
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
CanvasBase() | Creates a base for the canvas. |
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. |
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. |