The InputInfoButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputInfoButton |
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 | (Inherited from InputInfoBase.) | |
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 | |
---|---|---|
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.) |