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 > DocumentViewerCommand Class : CanRunHandler Property |
public DocumentViewerCanRunCommand CanRunHandler {get; set;}
'Declaration
Public Property CanRunHandler As DocumentViewerCanRunCommand
'Usage
Dim instance As DocumentViewerCommand Dim value As DocumentViewerCanRunCommand instance.CanRunHandler = value value = instance.CanRunHandler
public: property DocumentViewerCanRunCommand^ CanRunHandler { DocumentViewerCanRunCommand^ get(); void set ( DocumentViewerCanRunCommand^ value); }