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


In This Topic
    Owner Property (ChartSelectDataSource)
    In This Topic
    Gets or sets the form that owns this form.
    Syntax
    'Declaration
     
    
    Public Property Owner As Form
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim value As Form
     
    instance.Owner = value
     
    value = instance.Owner
    public Form Owner {get; set;}

    Property Value

    A System.Windows.Forms.Form that represents the form that is the owner of this form.
    See Also