The InputInfoText type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputInfoText |
Methods
Name | Description | |
---|---|---|
CreateControl | (Inherited from InputInfoBase.) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetAutoSizeMm | (Overrides InputInfoBase..::.GetAutoSizeMm(Double, Double).) | |
GetControlScaledFont | (Inherited from InputInfoBase.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IsControlNeededParentForWmPrint | (Inherited from InputInfoBase.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AcceptsReturn |
Gets or sets a value indicating whether pressing ENTER in a multiline TextBox control
creates a new line of text in the control or activates the default button for the form.
Default is true.
| |
ar | ||
cr | (Inherited from InputInfoBase.) | |
Cursor |
Gets or sets the cursor used when the mouse is over the control.
(Inherited from InputInfoBase.) | |
HasInputActions |
Gets the value indicating whether the InputInfo has any actions associated with it.
Checking this property is similar to testing the InputActions.Count, with the
following important difference: the InputActions collection is created only when it
is needed or accessed, so if a control does not have any associated input actions,
using this property is more efficient.
(Inherited from InputInfoBase.) | |
ia | (Inherited from InputInfoBase.) | |
InputActions |
Gets the collection of supported user actions and handlers associated with those actions.
See help on InputActions class for details.
(Inherited from InputInfoBase.) | |
n | (Inherited from InputInfoBase.) | |
Name |
Gets or sets the unique name of the input control. Allows to identify the control.
(Inherited from InputInfoBase.) | |
Owner |
Gets the interface to the object that owns this input info object.
(Inherited from InputInfoBase.) | |
PasswordChar |
Gets or sets the char used to hide real characters when entering passwords.
The default value of this property is ‘\0’ (no hiding takes place).
| |
pc | ||
pr | (Inherited from InputInfoBase.) | |
Printable |
Gets or sets the value indicating whether the control is printed.
If true (default), the content of the control is printed normally.
Otherwise, it is not printed or exported. This might be used for example
to provide help for fields that are to be filled.
(Inherited from InputInfoBase.) | |
ReadOnly |
Gets or sets the value indicating whether the control is read-only.
For read-only controls, all input actions are still fired, but the control’s
value cannot be changed. The default is false.
(Inherited from InputInfoBase.) | |
ro | (Inherited from InputInfoBase.) | |
st | (Inherited from InputInfoBase.) | |
StatusText |
Gets or sets the text that appears in the status line of the preview when
the control has focus.
(Inherited from InputInfoBase.) | |
t | ||
Text |
Gets or sets the text.
This is simply a typed wrapper around the base Value property.
| |
ToolTip |
Gets or sets the tooltip associated with the control.
(Inherited from InputInfoBase.) | |
tp | (Inherited from InputInfoBase.) | |
Value |
Gets or set the value associated with the input control.
(Inherited from InputInfoBase.) |