Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DisplayMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DisplayMode |
C# | |
---|---|
[FlagsAttribute()] public enum DisplayMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DisplayMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
All | Displays all combinations of cells (FullSeriesCell + MultiFrameCell + SingleFrameCell). |
FullSeriesCell | Displays the cell which contains all the series images frames. This will always be the first cell in the series. |
MultiFrameCell | Displays the cells(s) which contain images with multi-frames. |
None | No cells will be displayed in the ViewerControl. |
SingleFrameCell | Displays the cell which contains the single frame images. This will always be the last cell in the series. |
This is a System.FlagsAttribute enumeration which means you can perform bitwise OR operation between the values to combine and generate different type of cells.
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.Loader.DisplayMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7