BCGControlBar Library for .NET
AddSubNode Method




Adds a sub-node to existing group. Usually you don't need to call this method.
Syntax
'Declaration
 
Public Sub AddSubNode( _
   ByVal node As GroupNode, _
   ByVal dataIndex As Integer, _
   ByVal ascending As Boolean, _
   ByVal createIndex As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim node As GroupNode
Dim dataIndex As Integer
Dim ascending As Boolean
Dim createIndex As Boolean
 
instance.AddSubNode(node, dataIndex, ascending, createIndex)
public void AddSubNode( 
   GroupNode node,
   int dataIndex,
   bool ascending,
   bool createIndex
)
public: void AddSubNode( 
   GroupNode* node,
   int dataIndex,
   bool ascending,
   bool createIndex
) 
public:
void AddSubNode( 
   GroupNode^ node,
   int dataIndex,
   bool ascending,
   bool createIndex
) 

Parameters

node
dataIndex
ascending
createIndex
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

GridData Class
GridData Members

Send Feedback