'Declaration Public Sub SetShortcutCommandState( _ ByVal viewerCommand As ViewerCommand, _ ByVal state As Boolean _ )
public void SetShortcutCommandState( ViewerCommand viewerCommand, bool state )
Parameters
- viewerCommand
- The ViewerCommand for which to set the enabled state.
- state
- If
true
, the command is enabled; otherwise, it is disabled.