This property sets the preview function in the file selection dialog box
[Visual
Basic] imagekitcontrolname.File.Preview
[ = Boolean ]
[Visual C++] [
Bool =
]imagekitcontrolname.GetFile().GetPreview()
imagekitcontrolname.GetFile().SetPreview(BOOL Val)
imagekitcontrolname.GetFile().SetPreview(BOOL Val)
Property Value
The mode for the initial display of the file selection dialog box
Value | Explanation |
---|---|
True | The preview function is enabled |
False | The preview function is disabled |
Explanation
The Preview property sets the preview function in the file selection dialog box. Default value is false.
Regardless of the Preview property value, if the ExtendedDialog property is True, it is possible to display the file preview in the select file dialog after the OpenFileDialog method or the SaveFileDialog method has been executed.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.