Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / Owner Property


Owner Property (ModelessForm)
Gets or sets the form that owns this form.
Syntax
'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.
Exceptions
ExceptionDescription
A top-level window cannot have an owner.
See Also