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.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool HasInputActions { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public ReadOnly Property HasInputActions As Boolean

See Also