Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / GridBase Constructor / GridBase Constructor(IntPtr)


In This Topic
    GridBase Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the GridBase class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal handle As IntPtr _
    )
    'Usage
     
    
    Dim handle As IntPtr
     
    Dim instance As New GridBase(handle)
    public GridBase( 
       IntPtr handle
    )

    Parameters

    handle
    See Also