Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIDocument Class / NUIDocument Constructor / NUIDocument Constructor(String,Int32,Control,Icon)


In This Topic
    NUIDocument Constructor(String,Int32,Control,Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal imageIndex As System.Integer, _
       ByVal client As System.Windows.Forms.Control, _
       ByVal icon As System.Drawing.Icon _
    )
    'Usage
     
    
    Dim text As System.String
    Dim imageIndex As System.Integer
    Dim client As System.Windows.Forms.Control
    Dim icon As System.Drawing.Icon
     
    Dim instance As New NUIDocument(text, imageIndex, client, icon)
    public NUIDocument( 
       System.string text,
       System.int imageIndex,
       System.Windows.Forms.Control client,
       System.Drawing.Icon icon
    )

    Parameters

    text
    imageIndex
    client
    icon
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also