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.| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum MedicalViewerActionFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerActionFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum MedicalViewerActionFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class MedicalViewerActionFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Active | Apply the effect on the active cell window only. |
| AllCells | Apply the effect on the selected cells only. |
| OnRelease | Apply the action after releasing the mouse button. This option is only valid if either AllCells or Selected is also set. |
| RealTime | Apply the action during the mouse movement. This option is only valid if either AllCells or Selected is also set. |
| Selected | Apply the effect on all the cells. |
- These flags doesn't work when applying an action on the cref=Leadtools.Medical3D.Medical3DControl which is part of the 3D toolkit.
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerActionFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code