ImageGear .NET - Updated July 5, 2018
Cancel Property (ImGearARTFormsMarkCreatingEventArgs)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkCreatingEventArgs Class : Cancel Property
Gets or sets a value indicating whether the process of annotation creation has to be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As ImGearARTFormsMarkCreatingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel

Property Value

Boolean value.
Remarks
Set to true if you want to cancel the annotation creation, otherwise set to false.
See Also

Reference

ImGearARTFormsMarkCreatingEventArgs Class
ImGearARTFormsMarkCreatingEventArgs Members