[Gregor.Core.Collections.CTreeViewTreeWalkHelper]

Gregor.Core.Collections.CTreeViewTreeWalkHelper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CTreeViewTreeWalkHelper

: System.Object, Gregor.Core.Collections.ITreeWalkHelper

Custom Attributes: 

Description: 


Members

CTreeViewTreeWalkHelper

public CTreeViewTreeWalkHelper(System.Windows.Forms.TreeNode root)

Custom Attributes: 

Description: 

CTreeViewTreeWalkHelper

public CTreeViewTreeWalkHelper(System.Windows.Forms.TreeView tvw)

Custom Attributes: 

Description: 

m_ExcludeHiddenNodes

private System.Boolean m_ExcludeHiddenNodes

Custom Attributes: 

Description: 

m_Root

private System.Windows.Forms.TreeNode m_Root

Custom Attributes: 

Description: 

m_TreeView

private System.Windows.Forms.TreeView m_TreeView

Custom Attributes: 

Description: 

ExcludeHiddenNodes

public System.Boolean ExcludeHiddenNodes {get;set;}

Custom Attributes: 

Description: 

IsTreeMultiRoot

public System.Boolean IsTreeMultiRoot {get;} // Gregor.Core.Collections.ITreeWalkHelper.IsTreeMultiRoot

Custom Attributes: 

Description: 

Tree

public System.Object Tree {get;} // Gregor.Core.Collections.ITreeWalkHelper.Tree

Custom Attributes: 

Description: 

GetFirstChild

public System.Object GetFirstChild(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetFirstChild

Custom Attributes: 

Description: 

GetNextSibling

public System.Object GetNextSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetNextSibling

Custom Attributes: 

Description: 

GetParent

public System.Object GetParent(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetParent

Custom Attributes: 

Description: 

GetPreviousSibling

public System.Object GetPreviousSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetPreviousSibling

Custom Attributes: 

Description: 

GetRoot

public System.Object GetRoot() // Gregor.Core.Collections.ITreeWalkHelper.GetRoot

Custom Attributes: 

Description: 

GetValue

public virtual System.Object GetValue(System.Object current, System.Object spec) // Gregor.Core.Collections.ITreeWalkHelper.GetValue

Custom Attributes: 

Description: 


See Also

System.Object

System.Windows.Forms.TreeNode

System.Windows.Forms.TreeView

Gregor.Core.Collections.ITreeWalkHelper

System.Boolean