FormDragInfoForm Property
Gets the owner Form that is used to perform draggable operations.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Form Form { get; }
Public ReadOnly Property Form As Form
Get
Dim instance As FormDragInfo
Dim value As Form
value = instance.Form
public:
property Form^ Form {
Form^ get ();
}
member Form : Form with get
No code example is currently available or this language may not be supported.
Property Value
Form
The owner
Form that is used to perform draggable operations.