Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / AboutDialog Class / AboutDialog Constructor / AboutDialog Constructor(Image,String,String,String)
Image
String
Serial number
Updates link


In This Topic
    AboutDialog Constructor(Image,String,String,String)
    In This Topic
    Creates an About dialog with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal img As Image, _
       ByVal info As String, _
       ByVal serial As String, _
       ByVal updatesLink As String _
    )
    'Usage
     
    
    Dim img As Image
    Dim info As String
    Dim serial As String
    Dim updatesLink As String
     
    Dim instance As New AboutDialog(img, info, serial, updatesLink)
    public AboutDialog( 
       Image img,
       string info,
       string serial,
       string updatesLink
    )

    Parameters

    img
    Image
    info
    String
    serial
    Serial number
    updatesLink
    Updates link
    See Also