GiveFeedbackEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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)
매개 변수
- effect
- DragDropEffects
- useDefaultCursors
- Boolean
- dragImage
- Bitmap
- cursorOffset
- Point
- useDefaultDragImage
- Boolean