The MedicalViewerCellMaintenance Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies how splitters will move.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerCellMaintenance Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerCellMaintenance | |
| C# | |
|---|---|
public enum MedicalViewerCellMaintenance : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerCellMaintenance : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Pos | No other splitter will be moved when the user moves one of the splitters. |
| Size | The adjacent splitters to the right and to the bottom will move the same distance when the user drags one of the splitters. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCellMaintenance
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