Top Method Summary
Options Name Purpose
LOGICAL ExpandNode (character, logical) Expands or collapses the TreeNode with the given key
FillMenuStructure (character, logical) Fills the tree menu
FindNodes (character, TreeNodesCollection) Searches the Tree View Nodes for a Search String
FocusSearchField () Puts the Focus into the Search Field
FormClosedHandler (Object, FormClosedEventArgs) Event handler for the FormClosed event of the owning Form
InitializeComponent ()
ItemSelected (UltraTreeNode) Raises the TreeNodeSelected event if the given Node is enabled
ListViewItemSelected () Raises the ItemSelected event for the UltraTreeNode that correspondents to the currently selected ListViewItem
LoadMenu () Loads the Menu Structure in the Tree
LockControl () Locks the Control when the Session is locked
OnLoad (EventArgs) Raises the Load event
OnTreeNodeSelected (TreeNodeSelectedEventArgs) Raises the TreeNodeSelected event
PerformSearch () Performs the search
PopulateNodes (TreeNodesCollection, character) Populates the Nodes in the Tree
LOGICAL SelectNode (character) Expands or collapses the TreeNode with the given key
timer1_Tick (Object, EventArgs) Event handler for the Tick Event of the timer Component
ultraListView1_DoubleClick (Object, EventArgs) Event handler for the DoubleClick Event of the ultraListView1
ultraListView1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown Event of the ultraListView1
ultraListView1_MouseDown (Object, MouseEventArgs) Event handler for the MouseDown Event of the ultraListView1
ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick Event of the ultraTextEditor1
ultraTextEditor1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown Event of the ultraTextEditor1
ultraTextEditor1_KeyPress (Object, KeyPressEventArgs) Event handler for the KeyPress Event of the ultraTextEditor1
ultraTree1_AfterExpand (Object, NodeEventArgs) Event handler for the AfterExpand event handler of the ultraTree1 instance
ultraTree1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown Event of the ultraTree1
ultraTree1_MouseClick (Object, MouseEventArgs) Event handler for the MouseClick Event of the ultraTree1
ultraTree1_MouseDoubleClick (Object, MouseEventArgs) Event handler for the MouseDoubleClick Event of the ultraTree1

Top Constructor Summary
Options Name Purpose
MenuTreeViewControl () Constructor for the MenuTreeViewControl class

Top Event Summary
Options Name Purpose
TreeNodeSelected (Object, TreeNodeSelectedEventArgs) Event raised when the user selects a TreeNode or the corresponding item in the UltraListView

Top Property Summary
Options Name Purpose
LOGICAL ExpandFirstLevelAfterStart
LOGICAL ExpandSecondLevelAfterStart
Consultingwerk.Forms.BaseForm Form
LOGICAL IncludeParentNodeTextIntoSearchResult
CHARACTER ParentNodeTextSubstitute
LOGICAL RenderRootNode
CHARACTER RootNodeKey
LOGICAL SearchFieldVisible
CHARACTER SettingsKey
LOGICAL SkipAuthorizationCheck
LOGICAL Sorted
Infragistics.Win.UltraWinListView.UltraListView UltraListView
Infragistics.Win.UltraWinTree.UltraTree UltraTree
LOGICAL UseDoubleClickForItemSelect


Method Detail
Top

LOGICAL ExpandNode (character, logical)

Purpose: Expands or collapses the TreeNode with the given key
Notes:

Parameters:
pcNodeKey CHARACTER
The key of the node to process
plExpand LOGICAL
Logical value indicating if the Node should be expanded or collapsed
Returns LOGICAL
Logical value indicating if the Node could be found
Top

FillMenuStructure (character, logical)

Purpose: Fills the tree menu
Notes:

Parameters:
pcRootNodeKey CHARACTER
The root node key to retrieve
plRenderRootNode LOGICAL
Render the Root Node as a Tree Node itself
Top

FindNodes (character, TreeNodesCollection)

Purpose: Searches the Tree View Nodes for a Search String
Notes: Populates the search results in the ultraListView1 instance, recursive method

Parameters:
pcSearchString CHARACTER
The string to search for
poNodes Infragistics.Win.UltraWinTree.TreeNodesCollection
The current iteration of the TreeNodesCollection
Top

FocusSearchField ()

Purpose: Puts the Focus into the Search Field
Notes:

Top

FormClosedHandler (Object, FormClosedEventArgs)

Purpose: Event handler for the FormClosed event of the owning Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.FormClosedEventArgs
The FormClosedEventArgs with the data for this event
Top

InitializeComponent ()


Top

ItemSelected (UltraTreeNode)

Purpose: Raises the TreeNodeSelected event if the given Node is enabled
Notes:

Parameters:
poNode Infragistics.Win.UltraWinTree.UltraTreeNode
The UltraTreeNode to raise the TreeNodeSelected event for
Top

ListViewItemSelected ()

Purpose: Raises the ItemSelected event for the UltraTreeNode that correspondents
to the currently selected ListViewItem
Notes:

Top

LoadMenu ()

Purpose: Loads the Menu Structure in the Tree
Notes:

Top

LockControl ()

Purpose: Locks the Control when the Session is locked
Notes:

Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes: Populates the Menu Structure

Parameters:
e System.EventArgs
The System.EventArgs with the data for the Load event
Top

OnTreeNodeSelected (TreeNodeSelectedEventArgs)

Purpose: Raises the TreeNodeSelected event
Notes:

Parameters:
e Consultingwerk.Windows.Controls.TreeNodeSelectedEventArgs
The TreeNodeSelectedEventArgs with the data for this event
Top

PerformSearch ()

Purpose: Performs the search
Notes:

Top

PopulateNodes (TreeNodesCollection, character)

Purpose: Populates the Nodes in the Tree
Notes:

Parameters:
poNodes Infragistics.Win.UltraWinTree.TreeNodesCollection
The current root node nodes collection
pcParentMenuKey CHARACTER
The Root Node Key for the current level
Top

LOGICAL SelectNode (character)

Purpose: Expands or collapses the TreeNode with the given key
Notes:

Parameters:
pcNodeKey CHARACTER
The key of the node to process
Returns LOGICAL
Logical value indicating if the Node could be found
Top

timer1_Tick (Object, EventArgs)

Purpose: Event handler for the Tick Event of the timer Component
Notes: Calls PerformSearch ()

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraListView1_DoubleClick (Object, EventArgs)

Purpose: Event handler for the DoubleClick Event of the ultraListView1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraListView1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown Event of the ultraListView1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

ultraListView1_MouseDown (Object, MouseEventArgs)

Purpose: Event handler for the MouseDown Event of the ultraListView1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick Event of the ultraTextEditor1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ultraTextEditor1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown Event of the ultraTextEditor1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

ultraTextEditor1_KeyPress (Object, KeyPressEventArgs)

Purpose: Event handler for the KeyPress Event of the ultraTextEditor1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTree1_AfterExpand (Object, NodeEventArgs)

Purpose: Event handler for the AfterExpand event handler of the ultraTree1
instance
Notes: Ensures that the expanded node and child nodes are visible

Parameters:
sender System.Object
The reference to the object that raised this event
e Infragistics.Win.UltraWinTree.NodeEventArgs
The NodeEventArgs with the data for this event
Top

ultraTree1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown Event of the ultraTree1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

ultraTree1_MouseClick (Object, MouseEventArgs)

Purpose: Event handler for the MouseClick Event of the ultraTree1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

ultraTree1_MouseDoubleClick (Object, MouseEventArgs)

Purpose: Event handler for the MouseDoubleClick Event of the ultraTree1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event


Constructor Detail
Top

MenuTreeViewControl ()

Purpose: Constructor for the MenuTreeViewControl class
Notes:



Event Detail
Top

TreeNodeSelected (Object, TreeNodeSelectedEventArgs)

Purpose: Event raised when the user selects a TreeNode or the corresponding
item in the UltraListView
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Consultingwerk.Windows.Controls.TreeNodeSelectedEventArgs
The TreeNodeSelectedEventArgs with the dat for this event


Property Detail
Top

LOGICAL ExpandFirstLevelAfterStart


Returns LOGICAL
Top

LOGICAL ExpandSecondLevelAfterStart


Returns LOGICAL
Top

Consultingwerk.Forms.BaseForm Form


Returns Consultingwerk.Forms.BaseForm
Top

LOGICAL IncludeParentNodeTextIntoSearchResult


Returns LOGICAL
Top

CHARACTER ParentNodeTextSubstitute


Returns CHARACTER
Top

LOGICAL RenderRootNode


Returns LOGICAL
Top

CHARACTER RootNodeKey


Returns CHARACTER
Top

LOGICAL SearchFieldVisible


Returns LOGICAL
Top

CHARACTER SettingsKey


Returns CHARACTER
Top

LOGICAL SkipAuthorizationCheck


Returns LOGICAL
Top

LOGICAL Sorted


Returns LOGICAL
Top

Infragistics.Win.UltraWinListView.UltraListView UltraListView


Returns Infragistics.Win.UltraWinListView.UltraListView
Top

Infragistics.Win.UltraWinTree.UltraTree UltraTree


Returns Infragistics.Win.UltraWinTree.UltraTree
Top

LOGICAL UseDoubleClickForItemSelect


Returns LOGICAL


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:14:34