Internally used proxy interface.
| C# | Visual Basic | Visual C++ |
public interface ITextBoxMaskBox
Public Interface ITextBoxMaskBox
public interface class ITextBoxMaskBox
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| AppendText(String) |
Internal
| |
| BeginInvoke(Delegate) |
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
| |
| BeginInvoke(Delegate, array<Object>[]()[]) |
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
| |
| CallWndProc(Message%) |
Internal
| |
| Clear()()() |
Internal
| |
| ClearUndo()()() |
Internal
| |
| ClientSize |
Internal
| |
| ContextMenu |
Internal
| |
| ContextMenuStrip |
Internal
| |
| Copy()()() |
Internal
| |
| Cut()()() |
Internal
| |
| Disposed |
Internal
| |
| EditText |
Internal
| |
| Enter | Occurs when the control receives focus. | |
| Font |
Internal
| |
| FontChanged |
Internal
| |
| Handle |
Internal
| |
| Height |
Internal
| |
| IsDisposed |
Internal
| |
| IsHandleCreated |
Same as Control.IsHandleCreated
| |
| KeyDown | Occurs when a key is pressed while the control has focus. | |
| KeyUp | Occurs when a key is released while the control has focus. | |
| Leave | Occurs when the control loses focus. | |
| MaskBoxSelectedText |
Internal
| |
| MaskBoxSelectionLength |
Internal
| |
| MaskBoxSelectionStart |
Internal
| |
| MaskBoxText |
Internal
| |
| MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. | |
| MouseUp | Occurs when the mouse is released on the text box. | |
| MouseWheel | Occurs when the mouse wheel is used to scroll. | |
| Paste()()() |
Internal
| |
| Refresh()()() |
Internal
| |
| Resize |
Internal
| |
| SelectAll()()() |
Internal
| |
| SelectedText |
Internal
| |
| SelectionLength |
Internal
| |
| SelectionStart |
Internal
| |
| SuspendLayout()()() |
Internal
| |
| Text |
Internal
| |
| TextChanged | Occurs when the Text property value changes. | |
| TextLength |
Internal
| |
| Undo()()() |
Internal
| |
| Width |
Internal
|