Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBoxItem Class / NListBoxItem Constructor / NListBoxItem Constructor(String,Int32,Boolean,Int32,Size)


In This Topic
    NListBoxItem Constructor(String,Int32,Boolean,Int32,Size)
    In This Topic
    Instance descriptor constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal imageIndex As System.Integer, _
       ByVal isChecked As System.Boolean, _
       ByVal preferredHeight As System.Integer, _
       ByVal imageSize As System.Drawing.Size _
    )
    'Usage
     
    
    Dim text As System.String
    Dim imageIndex As System.Integer
    Dim isChecked As System.Boolean
    Dim preferredHeight As System.Integer
    Dim imageSize As System.Drawing.Size
     
    Dim instance As New NListBoxItem(text, imageIndex, isChecked, preferredHeight, imageSize)
    public NListBoxItem( 
       System.string text,
       System.int imageIndex,
       System.bool isChecked,
       System.int preferredHeight,
       System.Drawing.Size imageSize
    )

    Parameters

    text
    imageIndex
    isChecked
    preferredHeight
    imageSize
    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