|
Options |
Name |
Purpose |
|
|
|
AddTempChildNode (UltraTreeNode)
|
Adds a placeholder child node so the tree shows an expander
glyph and BeforeExpand will fire on first user interaction.
|
|
|
|
ApplyModeVisibility ()
|
Adjusts control visibility for the active SelectionMode
|
|
|
|
BreadcrumbBtn_Click (Object, EventArgs)
|
Event handler for the Click event of a breadcrumb segment button.
Navigates to the tree node stored in the button's Tag.
|
|
|
|
BtnNewFolder_Click (Object, EventArgs)
|
Event handler for the Click event of the New Folder button.
Prompts the user for a name and creates a folder under the
currently selected node via IFilePickerService:CreateFolder.
|
|
|
|
BtnUp_Click (Object, EventArgs)
|
Event handler for the Click event of the Up button
|
|
|
|
Infragistics.Win.UltraWinTree.UltraTreeNode CurrentSelectedNode ()
|
Returns the current selected node, or the unknown reference
if no single selection exists.
|
|
|
|
Form_KeyDown (Object, KeyEventArgs)
|
Event handler for the KeyDown event of the form.
Implements keyboard shortcuts: Ctrl+Up navigates to parent;
Ctrl+Alt+N opens the New Folder dialog.
|
|
|
|
CHARACTER FullPathFor (UltraTreeNode)
|
Returns the full, fully-qualified file-system path represented
by the given node.
|
|
|
|
InitializeComponent ()
|
Initializes the Visual Design
|
|
|
|
ListViewRight_Click (Object, EventArgs)
|
Event handler for the Click event of the right-pane list view.
Updates the selected path and OK button state.
|
|
|
|
ListViewRight_DoubleClick (Object, EventArgs)
|
Event handler for the DoubleClick event of the right-pane list
view. Double-clicking a folder navigates into it; double-clicking
a file submits the dialog.
|
|
|
|
LoadFilePatterns ()
|
Loads the file patterns for the current FolderScope into the
pattern combo.
|
|
|
|
LoadRootFolders ()
|
Loads the root folders for the current FolderScope as top-level
tree nodes, then selects and navigates into the first one.
|
|
|
|
NavigateIntoFolder (character)
|
Navigates into a named sub-folder of the currently selected
tree node by selecting the matching child node.
|
|
|
|
NavigateUp ()
|
Navigates to the parent of the currently selected tree node.
|
|
|
|
OnShown (EventArgs)
|
Raises the Shown event
|
|
|
|
PopulateNode (UltraTreeNode)
|
Lazy-loads sub-folder tree nodes into a node when the user
expands it. Files are shown in the right pane, not the tree.
|
|
|
|
RefreshRightPane (UltraTreeNode)
|
Populates the right-pane list view with the sub-folders (and,
in file mode, the files) of the given tree node.
|
|
|
|
CHARACTER RelativeSubFolder (UltraTreeNode)
|
Returns the relative sub-folder path for a tree node, computed
by walking up to (but not including) the root node.
|
|
|
|
INTEGER RootIndex (UltraTreeNode)
|
Returns the integer root-folder index associated with the
tree node by walking up to the root.
|
|
|
|
CHARACTER SelectedPatternIndexes ()
|
Returns the indizes string of currently-selected file patterns
to pass to IFilePickerService:GetFiles.
|
|
|
|
UltraCmbFilePattern_ValueChanged (Object, EventArgs)
|
Event handler for the ValueChanged event of the file pattern combo
|
|
|
|
UltraTree_AfterSelect (Object, SelectEventArgs)
|
Event handler for the AfterSelect event of the tree.
Navigates into the selected folder: refreshes the right pane,
updates the breadcrumb, and evaluates OK-button state.
|
|
|
|
UltraTree_BeforeExpand (Object, CancelableNodeEventArgs)
|
Event handler for the BeforeExpand event of the tree
|
|
|
|
UpdateBreadcrumb (UltraTreeNode)
|
Rebuilds the breadcrumb panel from the path segments of the
given tree node and updates the Up button enabled state.
|
|
|
|
UpdateOkEnabled ()
|
Updates the SelectedPath property, the displayed path and the
enabled state of the OK button based on the active selection.
|