NamespaceTreeControl Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class NamespaceTreeControl : IDisposable
The NamespaceTreeControl type exposes the following members.
Name | Description | |
---|---|---|
Hwnd |
Retrieves a handle to the tree control window.
| |
NativeObject |
Gets the underlying Shell native object (INameSpaceTreeControl).
| |
VisualProperties |
Gets the visual properties.
|
Name | Description | |
---|---|---|
CollapseAll |
Collapses all of the items in the given tree.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
EnsureItemVisible |
Ensures that the given item is visible.
The tree view must already be opened on the item.
| |
FromNativeObject |
Gets a NamespaceTreeControl instance from a native COM object.
| |
GetItemCustomState(Item) |
Gets the state of the checkbox associated with a given Shell item.
| |
GetItemCustomState(Item, Int32, Boolean) |
Gets the state of the checkbox associated with a given Shell item.
| |
GetItemRect(Item) |
Gets the Rectangle structure that describes the size and position of a given item.
| |
GetItemRect(Item, RECT, Boolean) |
Gets the Rectangle structure that describes the size and position of a given item.
| |
GetItemState(Item, NSTCITEMSTATE) |
Gets state information about a Shell item.
| |
GetItemState(Item, NSTCITEMSTATE, NSTCITEMSTATE, Boolean) |
Gets state information about a Shell item.
| |
GetNextItem(Item, NSTCGNI) |
Retrieves the next item in the tree according to which method is requested.
| |
GetNextItem(Item, NSTCGNI, Item, Boolean) |
Retrieves the next item in the tree according to which method is requested.
| |
GetRootItems |
Enumerates the root items.
| |
GetRootItems(Item, Boolean) |
Gets an array of the root items.
| |
GetSelectedItems |
Enumerates the selected items.
| |
GetSelectedItems(Item, Boolean) |
Gets an array of the selected items.
| |
HitTest(POINT) |
Retrieves the item that a given point is in, if any.
| |
HitTest(POINT, Item, Boolean) |
Retrieves the item that a given point is in, if any.
| |
SetItemCustomState |
Sets the state of the checkbox associated with the Shell item.
| |
SetItemState(Item, NSTCITEMSTATE, Boolean) |
Sets state information for a Shell item.
| |
SetItemState(Item, NSTCITEMSTATE, NSTCITEMSTATE, Boolean) |
Sets state information for a Shell item.
| |
SetTheme |
The name of the desktop theme to which the current window is being set.
|