Click or drag to resize

ShellFolderGetPaneState Method

Gets the Windows Explorer pane state.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual EXPLORERPANESTATE GetPaneState(
	Guid pane
)

Parameters

pane
Type: SystemGuid
The Windows Explorer pane state.

Return Value

Type: EXPLORERPANESTATE
An instance of the EXPLORERPANESTATE enum.
See Also