The InputInfoComboBox type exposes the following members.

Properties

  NameDescription
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.)
DropDownStyle
Gets or sets a value specifying the style of the combo box.
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.)
it
Items
Gets an object representing the collection of the items contained in this ComboBox.
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.)
s
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.)

See Also