Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / Initialize Method


In This Topic
    Initialize Method (DrawingSurface)
    In This Topic
    Initializes the drawing surface of the specified control.
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal owner As Object _
    ) 
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim owner As Object
     
    instance.Initialize(owner)
    public void Initialize( 
       object owner
    )

    Parameters

    owner
    See Also