This method deletes the selected annotation from the cell and active sub-cell annotation container.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub DeleteSelectedAnnotation() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Medical3DControl
instance.DeleteSelectedAnnotation() |
| C# | |
|---|
public void DeleteSelectedAnnotation() |
| C++/CLI | |
|---|
public:
void DeleteSelectedAnnotation(); |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also