Gets or sets a value that indicates whether the Open dialog box will contain the File Info button.
public bool ShowFileInformation {get; set;}
public:
property bool ShowFileInformation {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowFileInformation As Boolean
'Usage
Dim instance As RasterOpenDialog
Dim value As Boolean
instance.ShowFileInformation = value
value = instance.ShowFileInformation
Property Value
true if the File Info button to be displayed; otherwise, false.