Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MedicalViewerActionFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum MedicalViewerActionFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum MedicalViewerActionFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MedicalViewerActionFlags : public Enum |
Member | Description |
---|---|
Active | Apply the effect on the active cell window only. |
Selected | Apply the effect on all the cells. |
AllCells | Apply the effect on the selected cells only. |
RealTime | Apply the action during the mouse movement. This option is only valid if either AllCells or Selected is also set. |
OnRelease | Apply the action after releasing the mouse button. This option is only valid if either AllCells or Selected is also set. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerActionFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family