Click or drag to resize

ShellControlConnectorFullRefreshControls Method

Calls the FullRefresh FullRefresh() method for all connected controls.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public virtual void FullRefreshControls(
	IShellControl p_CallingControl
)

Parameters

p_CallingControl
Type: Jam.ShellIShellControl
The calling control, which gets omitted when calling FullRefesh() for all controls. Use null to apply the operation on all connected controls.
See Also