←Select platform

Run(string) Method

Summary

Runs a command.

Syntax
C#
VB
C++
public object Run( 
   string commandName 
) 
Public Function Run( 
   ByVal commandName As String 
) As Object 
public:  
   Object^ Run( 
      String^ commandName 
   ) 

Parameters

commandName

Command name

Return Value

The result of the callback run if the command and its callback exist; otherwise, null.

Remarks

This method is the equivalent of calling Run(commandName, value) with value set to null and can be used as a shortcut to using commands that do not take parameters.

Refer to Document Viewer Commands for more information.

Requirements

Target Platforms

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

Leadtools.Document.Viewer.WinForms Assembly