共用方式為


PictureBox.AllowDrop 屬性

定義

覆寫 AllowDrop 屬性。

public:
 virtual property bool AllowDrop { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AllowDrop { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowDrop : bool with get, set
Public Overrides Property AllowDrop As Boolean

屬性值

Boolean

如果控制項內允許拖放作業,則為 true,否則為 false。 預設為 false

屬性

適用於