←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly