Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NHeaderColumnExtendedInfo Class / NHeaderColumnExtendedInfo Constructor / NHeaderColumnExtendedInfo Constructor(ColumnHeader,ContentAlignment,ContentAlignment,ContentAlignment,ImageTextRelation,Image,NPadding,Boolean,SortMode,Boolean)


In This Topic
    NHeaderColumnExtendedInfo Constructor(ColumnHeader,ContentAlignment,ContentAlignment,ContentAlignment,ImageTextRelation,Image,NPadding,Boolean,SortMode,Boolean)
    In This Topic
    Default constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal column As System.Windows.Forms.ColumnHeader, _
       ByVal align As System.Drawing.ContentAlignment, _
       ByVal imageAlign As System.Drawing.ContentAlignment, _
       ByVal textAlign As System.Drawing.ContentAlignment, _
       ByVal relation As ImageTextRelation, _
       ByVal image As System.Drawing.Image, _
       ByVal padding As NPadding, _
       ByVal oneEntity As System.Boolean, _
       ByVal sortMode As SortMode, _
       ByVal richText As System.Boolean _
    )
    'Usage
     
    
    Dim column As System.Windows.Forms.ColumnHeader
    Dim align As System.Drawing.ContentAlignment
    Dim imageAlign As System.Drawing.ContentAlignment
    Dim textAlign As System.Drawing.ContentAlignment
    Dim relation As ImageTextRelation
    Dim image As System.Drawing.Image
    Dim padding As NPadding
    Dim oneEntity As System.Boolean
    Dim sortMode As SortMode
    Dim richText As System.Boolean
     
    Dim instance As New NHeaderColumnExtendedInfo(column, align, imageAlign, textAlign, relation, image, padding, oneEntity, sortMode, richText)
    public NHeaderColumnExtendedInfo( 
       System.Windows.Forms.ColumnHeader column,
       System.Drawing.ContentAlignment align,
       System.Drawing.ContentAlignment imageAlign,
       System.Drawing.ContentAlignment textAlign,
       ImageTextRelation relation,
       System.Drawing.Image image,
       NPadding padding,
       System.bool oneEntity,
       SortMode sortMode,
       System.bool richText
    )

    Parameters

    column
    align
    imageAlign
    textAlign
    relation
    image
    padding
    oneEntity
    sortMode
    richText
    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