我怎么知道鼠标位置是否在边距内?
我的意思是,例如,我的表单中有一个 TrackBar 控件,然后我想知道鼠标位置是否超出了该控件。
private some sub()...
if not mouseposition is over MyTrackbar location then
Do something
else
Do nothing
end if
end sub
我怎么知道鼠标位置是否在边距内?
我的意思是,例如,我的表单中有一个 TrackBar 控件,然后我想知道鼠标位置是否超出了该控件。
private some sub()...
if not mouseposition is over MyTrackbar location then
Do something
else
Do nothing
end if
end sub