GiveFeedbackEventArgs 생성자

정의

오버로드

Name Description
GiveFeedbackEventArgs(DragDropEffects, Boolean)

GiveFeedbackEventArgs 클래스의 새 인스턴스를 초기화합니다.

GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)

GiveFeedbackEventArgs 클래스의 새 인스턴스를 초기화합니다.

GiveFeedbackEventArgs(DragDropEffects, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

GiveFeedbackEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 GiveFeedbackEventArgs(System::Windows::Forms::DragDropEffects effect, bool useDefaultCursors);
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors);
new System.Windows.Forms.GiveFeedbackEventArgs : System.Windows.Forms.DragDropEffects * bool -> System.Windows.Forms.GiveFeedbackEventArgs
Public Sub New (effect As DragDropEffects, useDefaultCursors As Boolean)

매개 변수

effect
DragDropEffects

끌어서 놓기 작업의 형식입니다. 가능한 값은 비트 OR(|) 연산을 에 정의된 DragDropEffects상수에 적용하여 가져옵니다.

useDefaultCursors
Boolean

true기본 포인터를 사용하는 경우 그렇지 않으면 . false

적용 대상

GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

GiveFeedbackEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 GiveFeedbackEventArgs(System::Windows::Forms::DragDropEffects effect, bool useDefaultCursors, System::Drawing::Bitmap ^ dragImage, System::Drawing::Point cursorOffset, bool useDefaultDragImage);
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors, System.Drawing.Bitmap? dragImage, System.Drawing.Point cursorOffset, bool useDefaultDragImage);
new System.Windows.Forms.GiveFeedbackEventArgs : System.Windows.Forms.DragDropEffects * bool * System.Drawing.Bitmap * System.Drawing.Point * bool -> System.Windows.Forms.GiveFeedbackEventArgs
Public Sub New (effect As DragDropEffects, useDefaultCursors As Boolean, dragImage As Bitmap, cursorOffset As Point, useDefaultDragImage As Boolean)

매개 변수

useDefaultCursors
Boolean
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

적용 대상