ExplorerBrowserEnsureVisible Method |
Scrolls to the item at the specified index.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void EnsureVisible(
int pIndex
)
Public Sub EnsureVisible (
pIndex As Integer
)
public:
void EnsureVisible(
int pIndex
)
member EnsureVisible :
pIndex : int -> unit Parameters
- pIndex Int32
- The index of the item to be shown.
Exceptions| Exception | Condition |
|---|
| COMException | if item could not be made visible e.g. in control panel. |
See Also