ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / SetShortcutCommandState Method
Viewer command
true if you want to enable shortcut command, otherwise false

In This Topic
    SetShortcutCommandState Method
    In This Topic
    Enables or disables the shortcut command
    Syntax
    'Declaration
     
    Public Sub SetShortcutCommandState( _
       ByVal viewerCommand As ViewerCommand, _
       ByVal state As Boolean _
    ) 
    public void SetShortcutCommandState( 
       ViewerCommand viewerCommand,
       bool state
    )

    Parameters

    viewerCommand
    Viewer command
    state
    true if you want to enable shortcut command, otherwise false
    See Also