Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / InputActions Property

In This Topic
    InputActions Property (RenderInputBase)
    In This Topic
    Gets the collection of InputAction objects describing the pairs of supported user actions and handlers associated with those actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property InputActions As InputActionCollection
    public InputActionCollection InputActions {get;}
    Remarks
    This property always returns a non-null input actions' collection, initializing it if it has not been initialized yet. Use HasInputActions to test whether there are any input actions without initializing InputActions.
    See Also