←Select platform

DocumentViewerCanRunCommand Delegate

Summary

Checks if the command can run using the specified value.

Syntax
C#
C++/CLI
public delegate bool DocumentViewerCanRunCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
public: 
   delegate bool DocumentViewerCanRunCommand( 
      DocumentViewer^ documentViewer, 
      DocumentViewerCommand^ command, 
      Object^ value 
   ) 

Parameters

documentViewer

The owner document viewer.

command

Command to check.

value

The value to use.

Return Value

true if the command can run, otherwisefalse.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.