This property sets whether or not multiple thumbnail images can be selected.
[Visual
Basic] thumbcontrolname.EnableSelectMultiFiles
[ = Boolean ]
[Visual C++] [
BOOL =
]thumbcontrolname.GetEnableSelectMultiFiles()
thumbcontrolname.SetEnableSelectMultiFiles(BOOL Val)
thumbcontrolname.SetEnableSelectMultiFiles(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Multiple thumbnail images can be selected |
False | Single thumbnail images can be selected |
Explanation
The EnableSelectMultiFiles property sets whether or not multiple thumbnail images can be selected.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.