This property sets whether or not the file control load or save process is canceled
[Visual Basic]   imagekitcontrolname.File.Cancel[ = Boolean ]
[Visual C++]     imagekitcontrolname.GetFile().SetCancel(BOOL Val)
[VB.NET]   imagekitcontrolname.File.Cancel[ = Boolean ]
[C#.NET]   imagekitcontrolname.File.Cancel[ = bool ]

Property Value

Value Explanation
True The load or save process is canceled
False The load or save process is not canceled

Explanation

The Cancel property sets whether or not the file control load or save process is canceled. When the Cancel property is True, the file control load or save process is canceled.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation