ControlDesigner.EnableDragRect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否能將拖曳矩形拖曳至這個設計工具元件上。
protected:
virtual property bool EnableDragRect { bool get(); };
protected virtual bool EnableDragRect { get; }
member this.EnableDragRect : bool
Protected Overridable ReadOnly Property EnableDragRect As Boolean
屬性值
如果拖曳矩形可以拖曳,則為 true
,否則為 false
。