←Select platform

DocumentViewerCanRunCommand Delegate

Summary

Checks if the command can run using the specified value.

Syntax
C#
VB
C++
public delegate bool DocumentViewerCanRunCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
Public Delegate Function DocumentViewerCanRunCommand( 
   ByVal documentViewer As DocumentViewer, 
   ByVal command As DocumentViewerCommand, 
   ByVal value As Object 
) As Boolean 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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