The State Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
(Read only) Gets an enumerated value that indicates the type of the region update made.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property State As MedicalViewerRegionState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerRegionCreatedEventArgs Dim value As MedicalViewerRegionState value = instance.State | |
| C# | |
|---|---|
public MedicalViewerRegionState State {get;} | |
| C++/CLI | |
|---|---|
public: property MedicalViewerRegionState State { MedicalViewerRegionState get(); } | |
Property Value
An enumerated MedicalViewerRegionState value that represents the type of the region update made.For an example, refer to MedicalViewerRegionCreatedEventArgs
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