Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerCommands Class > CanRun Method : CanRun(String) Method |
public bool CanRun( string commandName )
'Declaration
Public Overloads Function CanRun( _ ByVal commandName As String _ ) As Boolean
'Usage
Dim instance As DocumentViewerCommands Dim commandName As String Dim value As Boolean value = instance.CanRun(commandName)
public: bool CanRun( String^ commandName )
This method is the equivalent of calling CanRun(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.