←Select platform

ShowDeletePage Property

Summary

Gets or sets a value that indicates whether the Open dialog box will contain the Delete Page button option if ShowMultipage is true.

Syntax

C#
VB
C++
public bool ShowDeletePage { get; set; } 
  
Public Property ShowDeletePage As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly