The GetActionFlags Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- actionType
- The action which to retrieve its flags.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function GetActionFlags( _ ByVal actionType As MedicalViewerActionType _ ) As MedicalViewerActionFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerBaseCell Dim actionType As MedicalViewerActionType Dim value As MedicalViewerActionFlags value = instance.GetActionFlags(actionType) |
C# | |
---|---|
public virtual MedicalViewerActionFlags GetActionFlags( MedicalViewerActionType actionType ) |
C++/CLI | |
---|---|
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.For an example, refer to Leadtools.MedicalViewer.MedicalViewer().
To assign a flag to a specific action, call the SetAction method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7