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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.