Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / Owner Property


In This Topic
    Owner Property (DrawingSurface)
    In This Topic
    Gets or sets the control that owns this drawing surface.
    Syntax
    'Declaration
     
    
    Public Property Owner As Object
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim value As Object
     
    instance.Owner = value
     
    value = instance.Owner
    public object Owner {get; set;}
    See Also