ShellControlConnectorSmartRefreshControls Method |
Calls the
SmartRefresh SmartRefresh() method for all connected controls
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual void SmartRefreshControls(
IShellControl p_CallingControl
)
Public Overridable Sub SmartRefreshControls (
p_CallingControl As IShellControl
)
public:
virtual void SmartRefreshControls(
IShellControl^ p_CallingControl
)
abstract SmartRefreshControls :
p_CallingControl : IShellControl -> unit
override SmartRefreshControls :
p_CallingControl : IShellControl -> unit Parameters
- p_CallingControl IShellControl
- The calling control, which gets omitted when calling SmartRefesh() for all controls. Use null to apply the operation on all connected controls.
See Also