GrapeCity MultiRow Windows Forms Documentation
SortToolStripItem Constructor(SortOrder,Boolean)


The sort order.
if set to true the sorting is case sensitive.
Initializes a new instance of the SortToolStripItem class.
Syntax
Public Function New( _
   ByVal sortOrder As SortOrder, _
   ByVal caseSensitive As Boolean _
)
Dim sortOrder As SortOrder
Dim caseSensitive As Boolean
 
Dim instance As New SortToolStripItem(sortOrder, caseSensitive)
public SortToolStripItem( 
   SortOrder sortOrder,
   bool caseSensitive
)

Parameters

sortOrder
The sort order.
caseSensitive
if set to true the sorting is case sensitive.
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

Reference

SortToolStripItem Class
SortToolStripItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.