RichTextBox.EnableAutoDragDrop 屬性

定義

取得或設定值,以便在文字、圖片及其他資料上進行拖放作業。

public:
 property bool EnableAutoDragDrop { bool get(); void set(bool value); };
public bool EnableAutoDragDrop { get; set; }
member this.EnableAutoDragDrop : bool with get, set
Public Property EnableAutoDragDrop As Boolean

屬性值

true 表示啟用拖放作業,否則為 false。 預設為 false

適用於