PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / InputAction Class
Members

In This Topic
    InputAction Class
    In This Topic
    Describes the combination of a user action on a control produced by a RenderInputBase-derived object, and the associated handling.
    Object Model
    InputAction Class
    Syntax
    'Declaration
     
    Public Class InputAction 
    public class InputAction 
    Remarks
    Objects of this type, describing handling of different user actions, are stored in the RenderInputBase.InputActions collection of a RenderInputBase object, and define how various user actions on the control produced by that object are handled.

    For details on the use of action handlers, see ActionHandlerBase.

    Inheritance Hierarchy

    System.Object
       C1.C1Preview.InputAction

    See Also