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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.