[]
Represents the base for the canvas container.
public abstract class CanvasContainerBase : ElementContainerControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IWindowlessChildSupport, ITouchStatusProvider
Public MustInherit Class CanvasContainerBase
Inherits ElementContainerControl
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IWindowlessChildSupport, ITouchStatusProvider
| Name | Description |
|---|---|
| CanvasContainerBase() | Handles the settings for the base for the canvas container. |
| CanvasContainerBase(object) | Handles the settings for the base for the canvas container with the clone specified. |
| CanvasContainerBase(object, bool) | Handles the settings for the canvas container with the clone specified and whether no parent. |
| 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 |
|---|---|
| OnMouseDown(MouseEventArgs) | Internal use only. MouseDown processing. |
| OnSizeChanged(EventArgs) | Internal use only. |
| ResetText() | Resets the contents to the default value. |