The InputInfoBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputInfoBase |
Methods
Name | Description | |
---|---|---|
CreateControl | ||
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 | ||
GetControlScaledFont | ||
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 | ||
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
cr | ||
Cursor |
Gets or sets the cursor used when the mouse is over the control.
| |
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.
| |
ia | ||
InputActions |
Gets the collection of supported user actions and handlers associated with those actions.
See help on InputActions class for details.
| |
n | ||
Name |
Gets or sets the unique name of the input control. Allows to identify the control.
| |
Owner |
Gets the interface to the object that owns this input info object.
| |
pr | ||
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.
| |
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.
| |
ro | ||
st | ||
StatusText |
Gets or sets the text that appears in the status line of the preview when
the control has focus.
| |
ToolTip |
Gets or sets the tooltip associated with the control.
| |
tp | ||
Value |
Gets or set the value associated with the input control.
|