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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.