This property sets whether or not a thumbnail image can be moved.
[Visual
Basic] thumbcontrolname.EnableMove [
= Boolean ]
[Visual C++] [
BOOL = ]thumbcontrolname.GetEnableMove()
thumbcontrolname.SetEnableMove(BOOL Val)
thumbcontrolname.SetEnableMove(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Enables to move a thumbnail image |
False | Disables to move a thumbnail image |
Explanation
The EnableMouseWheel property sets whether or not a thumbnail image can be moved. When this property is True and the Sort property is 1(ikSortNone), then the thumbnail image can be moved with mouse.
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.