LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerActionFlags Enumeration
See Also  
Leadtools.MedicalViewer Namespace : MedicalViewerActionFlags Enumeration



The MedicalViewerActionFlags Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Represents the cells to which the action is applied and when the action is applied.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum MedicalViewerActionFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerActionFlags
C# 
[FlagsAttribute()]
public enum MedicalViewerActionFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class MedicalViewerActionFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ActiveApply the effect on the active cell window only.
AllCellsApply the effect on the selected cells only.
OnReleaseApply the action after releasing the mouse button. This option is only valid if either AllCells or Selected is also set.
RealTimeApply the action during the mouse movement. This option is only valid if either AllCells or Selected is also set.
SelectedApply the effect on all the cells.

Remarks

  • These flags doesn't work when applying an action on the cref=Leadtools.Medical3D.Medical3DControl which is part of the 3D toolkit.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.MedicalViewer.MedicalViewerActionFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features