LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

Cancel Property

Show in webframe





Gets or sets a value that indicates whether to abort the command.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As RasterDialogLoadProgressEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel

            

            
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

true to abort, false to continue normally.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterDialogLoadProgressEventArgs Class
RasterDialogLoadProgressEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.