共用方式為


GiveFeedbackEventArgs(DragDropEffects, Boolean) 建構函式

定義

初始化 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

適用於