[]
Represents the base class for the formatted text editors.
public abstract class FieldsEditorControl : EditBase, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize
Public MustInherit Class FieldsEditorControl
Inherits EditBase
Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize
This class will process the synchronization between ControlBase and InnerEditor.
| Name | Description |
|---|---|
| FieldsEditorControl() | Initializes a new instance of the FieldsEditorControl class. |
| FieldsEditorControl(IContainer) | Initializes a new instance of the FieldsEditorControl class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color for the control. |
| BorderStyle | Gets or sets the border style. |
| ClipContent | Gets or sets how data should be copied to the clipboard. |
| DisplayText | Gets the display text of the control. |
| FlatStyle | Gets or sets the flat style of the control. |
| ForeColor | Gets or sets the foreground color of the control. |
| HighlightText | Gets or sets how to select the text when the control receives the focus. |
| InputStatus | Gets the current input status of the control. |
| PromptChar | Gets or sets the character used as an input prompt. |
| ShowLiterals | Gets or sets whether to display the literals during user entry. |
| SingleBorderColor | Gets or sets the color when BorderStyle is FixedSingle. |
| TabAction | Gets or sets whether the tab key moves the focus between controls or between fields within the control. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the unmanaged resources used by the ElementContainerControl and its child controls or elements and optionally releases the managed resources. |
| DoSpinDown() | Performs the spin down action. |
| DoSpinUp() | Performs the spin up action. |
| IsInputKey(Keys) | Determines whether the specified key is a regular input key or a special key that requires preprocessing. |
| OnEnabledChanged(EventArgs) | Raises the EnabledChanged event. |
| OnFieldEnter(FieldEventArgs) | Raises the FieldEnter event. |
| OnFieldLeave(FieldEventArgs) | Raises the FieldLeave event. |
| OnFieldPaint(FieldPaintEventArgs) | Raises the FieldPaint event. |
| OnGotFocus(EventArgs) | Raises the GotFocus event. |
| OnKeyDown(KeyEventArgs) | Raises the KeyDown event. |
| OnLostFocus(EventArgs) | Raises the LostFocus event. |
| OnMouseUp(MouseEventArgs) | Raises the MouseUp event. |
| OnSpinDown(EventArgs) | Raises the SpinDown event. |
| OnSpinUp(EventArgs) | Raises the SpinUp event. |
| OnVisibleChanged(EventArgs) | Raises the VisibleChanged event. |
| Name | Description |
|---|---|
| FieldEnter | Occurs when any field is entered. |
| FieldLeave | Occurs when input focus leaves a field. |
| FieldPaint | Occurs when any field is painted. |
| SpinDown | Occurs when the spin action is down. |
| SpinUp | Occurs when the spin action is up. |