Click or drag to resize

ItemOpenView Method

Opens a view on this item and selects it.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int OpenView(
	OFASI options = OFASI.OFASI_NONE,
	bool throwOnError = true
)

Parameters

options (Optional)
Type: callback.ShellBoost.Core.WindowsShellOFASI
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also