| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub End() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual void End() | |
| C++/CLI | |
|---|---|
public: virtual void End(); | |
For an example, refer to AnnDesigner.
Call this method to end the editing process of AnnEditDesigner.EditObject.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code