ExplorerBrowserEnsureVisible Method |
Scrolls to the item at the specified index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void EnsureVisible(
int pIndex
)
Public Sub EnsureVisible (
pIndex As Integer
)
public:
void EnsureVisible(
int pIndex
)
member EnsureVisible :
pIndex : int -> unit
Parameters
- pIndex
- Type: SystemInt32
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