This property sets whether or not the thumbnail image is selected when the mouse moves over that thumbnail image frame.
[Visual
Basic] thumbcontrolname.EnableMouseMoveButton
[ = Boolean ]
[Visual C++] [
BOOL =
]thumbcontrolname.GetEnableMouseMoveButton()
thumbcontrolname.SetEnableMouseMoveButton(BOOL Val)
thumbcontrolname.SetEnableMouseMoveButton(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The thumbnail image frame is selected on mouse over |
False | The thumbnail image frame is not selected on mouse over |
Explanation
The EnableMouseMoveButton property sets whether or not the thumbnail image is selected when the mouse moves over that thumbnail image frame.
Note that when the mouse moves over the thumbnail, this does not generate the SelectFile event even though the thumbnail image is selected. When the EnableMouseMoveButton property is set to True, it is still possible to click the thumbnail image or use the keyboard which will generate the SelectFile event.
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.