PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / KeyMap.DoAction Delegate

In This Topic
    KeyMap.DoAction Delegate
    In This Topic
    Describes an action that can be mapped to a keystroke.
    Syntax
    'Declaration
     
    Public Delegate Function KeyMap.DoAction() As Boolean
    public delegate bool KeyMap.DoAction()

    Return Value

    True to indicate that the expected action was taken, false otherwise.
    See Also