ParentControlDesigner.MouseDragTool Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets a value indicating whether the designer has a valid tool during a drag operation.
protected:
property System::Drawing::Design::ToolboxItem ^ MouseDragTool { System::Drawing::Design::ToolboxItem ^ get(); };
protected System.Drawing.Design.ToolboxItem MouseDragTool { get; }
[System.CLSCompliant(false)]
protected System.Drawing.Design.ToolboxItem MouseDragTool { get; }
member this.MouseDragTool : System.Drawing.Design.ToolboxItem
[<System.CLSCompliant(false)>]
member this.MouseDragTool : System.Drawing.Design.ToolboxItem
Protected ReadOnly Property MouseDragTool As ToolboxItem
Property Value
The tool being dragged, if creating a component, or null
if there is no tool.
- Attributes
Notes to Inheritors
This property is used by deriving classes to determine if the designer has a valid tool during a drag operation.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.