Leadtools.MedicalViewer Namespace : MedicalViewerActionFlags Enumeration |
[FlagsAttribute()] public enum MedicalViewerActionFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MedicalViewerActionFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerActionFlags
[FlagsAttribute()] public enum MedicalViewerActionFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerActionFlags = function() { }; Leadtools.MedicalViewer.MedicalViewerActionFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class MedicalViewerActionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Active | Apply the effect on the active cell window only. |
AllCells | Apply the effect on the selected cells only. |
KeepPreviousAssignment | This flag allows the user to assign the same action to multiple mouse buttons. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerActionFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2