|
Navigate to: Methods | Constructors | Events | Properties
| 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 |
|
| - | InitializeComponent () |
Initializes the Visual Design |
|
| # | 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 |
|
| # | 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) |
Eventhandler 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 |
| Options | Name | Purpose | |
|---|---|---|---|
| + | MenuTreeViewControl () |
Constructor for the MenuTreeViewControl class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | TreeNodeSelected (Object, TreeNodeSelectedEventArgs) |
Event raised when the user selectes a TreeNode or the corresponding
item in the UltraListView |
| Options | Name | Purpose | |
|---|---|---|---|
| + | LOGICAL ExpandFirstLevelAfterStart |
Gets and sets if the first level of TreeNodes (root nodes) should be
expanded during OnLoad |
|
| + | LOGICAL ExpandSecondLevelAfterStart |
Gets and sets if the second level of TreeNodes should be
expanded during OnLoad |
|
| + | LOGICAL IncludeParentNodeTextIntoSearchResult |
Gets and sets if the parent nodes (if present) Text should be included
in the text shown for the search results |
|
| + | CHARACTER ParentNodeTextSubstitute |
Gets and sets the substitute pattern used for the search result texts
when IncludeParentNodeTextIntoSearchResult is set to true |
|
| + | LOGICAL RenderRootNode |
Gets and sets the root node's key |
|
| + | CHARACTER RootNodeKey |
Gets and sets the root node's key |
|
| + | LOGICAL SkipAuthorizationCheck |
Returns if the authorization checks should be skipps |
|
| + | LOGICAL Sorted |
Gets and sets if the tree nodes should be sorted by the tree |
|
| + | Infragistics.Win.UltraWinListView.UltraListView UltraListView |
Gets the reference to the contained UltraListView |
|
| + | Infragistics.Win.UltraWinTree.UltraTree UltraTree |
Gets the reference to the contained UltraTree |
|
| + | LOGICAL UseDoubleClickForItemSelect |
Gets and sets if the double click should be used for selecting items
in the UltraTree |
|
Top
PUBLIC LOGICAL ExpandNode (character, logical)
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC FillMenuStructure (character, logical)
|
|||||||||||||||||||||||||
PROTECTED FindNodes (character, TreeNodesCollection)
|
|||||||||||||||||||||||||
PUBLIC FocusSearchField ()
|
|||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||
PROTECTED ItemSelected (UltraTreeNode)
|
|||||||||||||||||||||||||
PROTECTED ListViewItemSelected ()
|
|||||||||||||||||||||||||
PUBLIC LoadMenu ()
|
|||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||
PROTECTED OnTreeNodeSelected (TreeNodeSelectedEventArgs)
|
|||||||||||||||||||||||||
PUBLIC PerformSearch ()
|
|||||||||||||||||||||||||
PROTECTED PopulateNodes (TreeNodesCollection, character)
|
|||||||||||||||||||||||||
PUBLIC LOGICAL SelectNode (character)
|
|||||||||||||||||||||||||
PRIVATE timer1_Tick (Object, EventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraListView1_DoubleClick (Object, EventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraListView1_KeyDown (Object, KeyEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraListView1_MouseDown (Object, MouseEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTextEditor1_KeyDown (Object, KeyEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTextEditor1_KeyPress (Object, KeyPressEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTree1_AfterExpand (Object, NodeEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTree1_KeyDown (Object, KeyEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTree1_MouseClick (Object, MouseEventArgs)
|
|||||||||||||||||||||||||
PRIVATE ultraTree1_MouseDoubleClick (Object, MouseEventArgs)
|
|||||||||||||||||||||||||
PUBLIC MenuTreeViewControl ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
PUBLIC TreeNodeSelected (Object, TreeNodeSelectedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ExpandFirstLevelAfterStart
|
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ExpandSecondLevelAfterStart
|
|||||||||||||||||||
PUBLIC LOGICAL IncludeParentNodeTextIntoSearchResult
|
|||||||||||||||||||
PUBLIC CHARACTER ParentNodeTextSubstitute
|
|||||||||||||||||||
PUBLIC LOGICAL RenderRootNode
|
|||||||||||||||||||
PUBLIC CHARACTER RootNodeKey
|
|||||||||||||||||||
PUBLIC LOGICAL SkipAuthorizationCheck
|
|||||||||||||||||||
PUBLIC LOGICAL Sorted
|
|||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinListView.UltraListView UltraListView
|
|||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTree UltraTree
|
|||||||||||||||||||
PUBLIC LOGICAL UseDoubleClickForItemSelect
|
|||||||||||||||||||