PowerTools PlusPak for Windows Forms 8.0J
MouseWheelTargetControl プロパティ

MouseWheelTarget プロパティが SpecifiedControl に設定されている場合に使用される、マウスホイールメッセージのターゲットコントロールを取得または設定します。
構文
Public Property MouseWheelTargetControl As Control
public Control MouseWheelTargetControl {get; set;}

プロパティ値

マウスホイールメッセージの送信先のコントロールを示す System.Windows.Forms.Control インスタンス。デフォルト値は null 参照 (Visual Basicでは Nothing) です。
解説
MouseWheelTarget プロパティが SpecifiedControl に設定されているのに、このプロパティの値が null 参照 (Visual Basicでは Nothing) の場合、マウスホイールメッセージはフォーカスのあるコントロールに送信されます(つまり、デフォルトの動作が実行されます)。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcMouse クラス
GcMouse メンバ
MouseWheelTarget プロパティ

Send Feedback