ParentControlDesigner.AllowGenericDragBox 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出將工具箱項目拖曳至設計工具的介面上時,是否應繪製泛型拖曳方塊。
protected:
virtual property bool AllowGenericDragBox { bool get(); };
protected virtual bool AllowGenericDragBox { get; }
member this.AllowGenericDragBox : bool
Protected Overridable ReadOnly Property AllowGenericDragBox As Boolean
屬性值
如果將工具箱項目拖曳至設計工具的介面上時,應該要繪製泛型拖曳方塊,則為 true
,否則為 false
。 預設為 true
。