次の方法で共有


ControlDesigner.OnGiveFeedback メソッド

ドラッグ アンド ドロップの操作中に、ドラッグ操作のマウスの位置に基づいてビジュアル キューを提供するために呼び出されます。

Protected Overridable Sub OnGiveFeedback( _
   ByVal e As GiveFeedbackEventArgs _)
[C#]
protected virtual void OnGiveFeedback(GiveFeedbackEventArgse);
[C++]
protected: virtual void OnGiveFeedback(GiveFeedbackEventArgs* e);
[JScript]
protected function OnGiveFeedback(
   e : GiveFeedbackEventArgs);

パラメータ

解説

デザイナ ホストは、OLE ドラッグ イベントが発生するとこのメソッドを呼び出します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ControlDesigner クラス | ControlDesigner メンバ | System.Windows.Forms.Design 名前空間