Visual Basic (Declaration) | |
---|---|
Public Property Cancel As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Cancel {get; set;} |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
Return Value
true to cancel the current running operation; otherwise, false.For C#/VB examples, refer to AnnRunDesigner.
You should set this property to true to cancel the current running operation of the AnnRunDesigner that raised this event.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family