掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
マウスの左ボタンが押されているとCM_MouseLeaveが発生しない件 (ID:148970)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
procedure TControl.WMLButtonDown(var Message: TWMLButtonDown); begin SendCancelMode(Self); inherited; if csCaptureMouse in ControlStyle then MouseCapture := True; if csClickEvents in ControlStyle then Include(FControlState, csClicked); DoMouseDown(Message, mbLeft, []); end; ここで MouseCapture := True; になってるからかな
←解決時は質問者本人がここをチェックしてください。
更新する
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.