| Visual Basic (Declaration) | |
|---|---|
Public Property Cancel As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Cancel {get; set;} | |
Return Value
true to cancel the current editing operation; otherwise, false.For an example, refer to AnnDesigner.
You should set this property to true to cancel the current editing operation of the AnnEditDesigner that raised this event.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code