Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical3D assembly)

Show in webframe

CanExecuteAction Method






Leadtools.MedicalViewer.MedicalViewerActionTypethat represents the action which will be tested if it can be executed in the Medical3DControl
A method that is used to determine whether the action actionType can be executed in the Medical3DControl.
Syntax
public override bool CanExecuteAction( 
   MedicalViewerActionType actionType
)
'Declaration
 
Public Overrides Function CanExecuteAction( _
   ByVal actionType As MedicalViewerActionType _
) As Boolean
'Usage
 
Dim instance As Medical3DControl
Dim actionType As MedicalViewerActionType
Dim value As Boolean
 
value = instance.CanExecuteAction(actionType)

            

            
public:
bool CanExecuteAction( 
   MedicalViewerActionType actionType
) override 

Parameters

actionType
Leadtools.MedicalViewer.MedicalViewerActionTypethat represents the action which will be tested if it can be executed in the Medical3DControl
Remarks
Currently that action that can be executed in the Medical3DControl are:

To enable the Action, use the Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType) method to add the action to the Medical3DControl. Then use the Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons,Leadtools.MedicalViewer.MedicalViewerActionFlags) to associate the action with a mouse button.

Requirements

Target Platforms

See Also

Reference

Medical3DControl Class
Medical3DControl Members

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features