GetActionFlags Method

Summary

Retrieves the flags associated with the specified action.

Syntax
C#
VB
C++
  
Public Overridable Function GetActionFlags( _ 
   ByVal actionType As MedicalViewerActionType _ 
) As MedicalViewerActionFlags 
            public: 
virtual MedicalViewerActionFlags GetActionFlags(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The action which to retrieve its flags.

Return Value

MedicalViewerActionFlags enumeration that indicates the flags associated with the specified action.

Remarks

To assign a flag to a specific action, call the SetAction method.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly