Click or drag to resize

ShellControlConnectorSmartRefreshControls Method

Calls the SmartRefresh SmartRefresh() method for all connected controls

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public virtual void SmartRefreshControls(
	IShellControl p_CallingControl
)

Parameters

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