[]
Represents the text input for the presentation space.
public class TextInput : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class TextInput
Inherits Form
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
TextInput(bool) | Creates a new text input. |
Name | Description |
---|---|
TextInputCancelButton | Represents the Cancel button of the form. |
TextInputCapsLockWarning | Represents the informational warning when caps lock button is on. |
TextInputInputBox | Represents the input text box of the form. |
TextInputOkButton | Represents the OK button of the form. |
TextInputPrompt | Represents the informational prompt label of the form. |
currentScaleFactor | |
tblMainLayout |
Name | Description |
---|---|
AllowNegativeNumbers | Gets or sets whether the numeric text input allows negative values. |
CapsLockVisible | Gets or sets whether the caps lock warning text should be visible or not. |
HelpFileName | Gets or sets the help file name for the text input. |
HelpPath | Gets or sets the help path for the text input. |
HelpTopic | Gets or sets the help topic for the text input. |
NumbersOnly | Gets or sets whether the text input is only numeric input. |
Name | Description |
---|---|
OnAccept() | Occurs after the OK button is clicked. |
OnActivated(EventArgs) | |
OnCancel() | Occurs after the cancel button is clicked. |
OnLoad(EventArgs) | |
ProcessCmdKey(ref Message, Keys) | |
ScaleControl(SizeF, BoundsSpecified) |