|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 () |
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 |
|
|
+ | LOGICAL ExpandSecondLevelAfterStart |
|
|
+ | Consultingwerk.Forms.BaseForm Form |
|
|
+ | LOGICAL IncludeParentNodeTextIntoSearchResult |
|
|
+ | CHARACTER ParentNodeTextSubstitute |
|
|
+ | LOGICAL RenderRootNode |
|
|
+ | CHARACTER RootNodeKey |
|
|
+ | CHARACTER SettingsKey |
|
|
+ | LOGICAL SkipAuthorizationCheck |
|
|
+ | LOGICAL Sorted |
|
|
+ | Infragistics.Win.UltraWinListView.UltraListView UltraListView |
|
|
+ | Infragistics.Win.UltraWinTree.UltraTree UltraTree |
|
|
+ | LOGICAL UseDoubleClickForItemSelect |
|
Top
PUBLIC LOGICAL ExpandNode (character, logical)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC FillMenuStructure (character, logical)
|
|||||||||||||||||||||||||
PROTECTED FindNodes (character, TreeNodesCollection)
|
|||||||||||||||||||||||||
PUBLIC FocusSearchField ()
|
|||||||||||||||||||||||||
PROTECTED FormClosedHandler (Object, FormClosedEventArgs)
|
|||||||||||||||||||||||||
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 Consultingwerk.Forms.BaseForm Form
|
|||||||||
PUBLIC LOGICAL IncludeParentNodeTextIntoSearchResult
|
|||||||||
PUBLIC CHARACTER ParentNodeTextSubstitute
|
|||||||||
PUBLIC LOGICAL RenderRootNode
|
|||||||||
PUBLIC CHARACTER RootNodeKey
|
|||||||||
PUBLIC CHARACTER SettingsKey
|
|||||||||
PUBLIC LOGICAL SkipAuthorizationCheck
|
|||||||||
PUBLIC LOGICAL Sorted
|
|||||||||
PUBLIC Infragistics.Win.UltraWinListView.UltraListView UltraListView
|
|||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTree UltraTree
|
|||||||||
PUBLIC LOGICAL UseDoubleClickForItemSelect
|