The Button Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
(Read only) Gets an enumerated value that indicates which Mouse button was used to click on the cut line object.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Button As MedicalViewerMouseButtons |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerPlaneCutLineEventArgs Dim value As MedicalViewerMouseButtons value = instance.Button |
C# | |
---|---|
public MedicalViewerMouseButtons Button {get;} |
C++/CLI | |
---|---|
public: property MedicalViewerMouseButtons Button { MedicalViewerMouseButtons get(); } |
Property Value
AMedicalViewerMouseButtons value that represents the button that was used to click on the cut line object.For an example, refer to MedicalViewerPlaneCutLineEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7