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

ShowDeletePage Property

Show in webframe





Gets or sets a value that indicates whether the Open dialog box will contain the Delete Page button option if ShowMultipage is true.
Syntax
public bool ShowDeletePage {get; set;}
'Declaration
 
Public Property ShowDeletePage As Boolean
'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.ShowDeletePage = value
 
value = instance.ShowDeletePage

            

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

Property Value

true if the Delete Page button is viewed if ShowMultipage is true; otherwise, false.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


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