The InputInfoButton type exposes the following members.

Properties

  NameDescription
ac
AcceptButton
Gets or sets the value indicating whether the button is an "Accept button" and its action will be executed when user press Enter in the C1PrintPreview control, which is lined to the document containing this button.
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.)
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 (Inherited from InputInfoButtonBase.)
ta (Inherited from InputInfoButtonBase.)
Text
Gets or sets the text of the button.
(Inherited from InputInfoButtonBase.)
TextAlign
Gets or sets the alignment of the button text.
(Inherited from InputInfoButtonBase.)
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