| Visual Basic (Declaration) | |
|---|---|
Public Property Cancel As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Cancel {get; set;} | |
Return Value
true to abort, false to continue normally.For an example, refer to WiaSession.IsAvailable
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code