Gets or sets a value that indicates whether the Open dialog box will contain the Delete Page button option if
ShowMultipage is true.
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.