| Visual Basic (Declaration) | |
|---|---|
Public Property Cancel As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Cancel {get; set;} | |
| XAML Syntax | |
|---|---|
| You can use this memeber in XAML. | |
| XAML Syntax | |
|---|---|
| You can use this memeber in XAML. | |
Return Value
true if the interactive mode should be canceled; otherwise, false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code