Sets whether or not the file information and preview are displayed in the file "Open" dialog.
[Visual
Basic] imagekitcontrolname.File.ExtendedDialog
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().GetExtendedDialog()
imagekitcontrolname.GetFile().SetExtendedDialog(BOOL Val)
imagekitcontrolname.GetFile().SetExtendedDialog(BOOL Val)
Property Value
The mode when the "Open" file dialog is initially displayed.
Value | Explanation |
---|---|
True | Displays the preview and file information checkbox |
False | Does not display the preview and file information checkbox |
Explanation
The ExtendedDialog property sets whether or not the file information and preview are displayed in the file "Open" dialog. Default value is True.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.