GiveFeedbackEventArgs(DragDropEffects, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
。