Owner Property (ModelessForm)
Gets or sets the form that owns this form.
public new Form Owner {get; set;}
'Declaration
Public Shadows Property Owner As Form
'Usage
Dim instance As ModelessForm
Dim value As Form
instance.Owner = value
value = instance.Owner
Property Value
A
System.Windows.Forms.Form that represents the form that is the owner of this form.