Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / Owner Property


In This Topic
    Owner Property (ModelessForm)
    In This Topic
    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
    public new Form Owner {get; set;}

    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