LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DoCanExecute Method (WorkstationCommand)

Show in webframe






Checks whether the command can be executed in classes that are derived classes that implement this abstract method.
Syntax
protected abstract bool DoCanExecute()
'Declaration
 
Protected MustOverride Function DoCanExecute() As Boolean
'Usage
 
Dim instance As WorkstationCommand
Dim value As Boolean
 
value = instance.DoCanExecute()

            

            
protected: abstract bool DoCanExecute(); 
protected:
abstract bool DoCanExecute(); 

Return Value

True if the command can be executed. Otherwise, false.
Requirements

Target Platforms

See Also

Reference

WorkstationCommand Class
WorkstationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.