ExplorerBrowser Methods |
The ExplorerBrowser type exposes the following members.
Name | Description | |
---|---|---|
BeginUpdate |
Prevent that a FullRefresh is called until EndUpdate is called. Every call of BeginUpdate() increments an UpdateCounter variable.
| |
BuildWindowCore | When overridden in a derived class, creates the window to be hosted. (Inherited from JamBaseHwndHost.) | |
CheckItem | Obsolete.
Checks the item at the position passed by index.
| |
CreateWnd |
Called after the Window has been created and the component has received a handle.
(Overrides JamBaseHwndHostCreateWnd.) | |
DeselectAll |
Deselect all items in the listview.
| |
DestroyWindowCore | When overridden in a derived class, destroys the hosted window. (Overrides JamBaseHwndHostDestroyWindowCore(HandleRef).) | |
EndUpdate |
End the updating mode.
| |
EnsureVisible |
Scrolls to the item at the specified index.
| |
FolderChanged | Changes the displayed folder in all connected controls. | |
FullRefresh |
Reloads the component.
| |
IndexOf |
Searches for the index of the ItemIdList within the listview. This function has O(n) complexity, since it iterates through all items within the list.
| |
InvokeCommandOnFolder(ShellCommand) |
Executes a context menu command on the current folder.
| |
InvokeCommandOnFolder(ShellContextMenuCommand) |
Executes a context menu command on the current folder.
| |
InvokeCommandOnSelected(ShellCommand) |
Executes a context menu command on the selected items.
| |
InvokeCommandOnSelected(ShellContextMenuCommand) |
Executes a context menu command on the selected items.
| |
IsUpdating | Query if this object is updating. | |
OnBeforeFullRefresh |
Issues the BeforeFullRefresh event.
| |
OnPropertyChanged |
Invoked whenever the effective value of any dependency property on this
FrameworkElement has been updated. The specific dependency
property that changed is reported in the arguments parameter. Overrides
OnPropertyChanged(DependencyPropertyChangedEventArgs).
(Overrides FrameworkElementOnPropertyChanged(DependencyPropertyChangedEventArgs).) | |
OnVisualParentChanged |
Invoked when the parent of this element in the visual tree is changed. Overrides
OnVisualParentChanged(DependencyObject)
.
Finds a ScrollViewer in the visual tree that contains this instance.
(Inherited from JamBaseHwndHost.) | |
OnWindowPositionChanged | Called when the hosted window's position changes. (Inherited from JamBaseHwndHost.) | |
SelectedFileChange | Changes the displayed file in all connected controls. | |
SelectItem |
Selects the item at the position passed by index.
| |
TabIntoCore | Sets focus on either the first tab stop or the last tab stop of the sink. (Overrides HwndHostTabIntoCore(TraversalRequest).) | |
TranslateAcceleratorCore | Processes keyboard input at the keydown message level. (Overrides HwndHostTranslateAcceleratorCore(MSG, ModifierKeys).) | |
WndProc |
Calls the DefWindowProc with the given message. This is sometimes necessary when processing messages in subclasses and setting handled to true.
(Inherited from JamBaseHwndHost.) |