FillFromDirectory automatically loads all known images inside Directory.

Sets FileName property with the image full path and BottomText with the file name.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void FillFromDirectory(
	string directory,
	bool allowUnknownFormats
)
Public Sub FillFromDirectory ( _
	directory As String, _
	allowUnknownFormats As Boolean _
)
public:
void FillFromDirectory(
	String^ directory, 
	bool allowUnknownFormats
)

Parameters

directory
String
The path of the directory
allowUnknownFormats
Boolean
If true, includes unknown file formats displaying shell default icon.

See Also