Calls the FullRefresh()()() FullRefresh() method for all connected controls.
| C# | Visual Basic | Visual C++ |
public virtual void FullRefreshControls( IShellControl p_CallingControl )
Public Overridable Sub FullRefreshControls ( _ p_CallingControl As IShellControl _ )
public: virtual void FullRefreshControls( IShellControl^ p_CallingControl )
- p_CallingControl (IShellControl)
- The calling control, which gets omitted when calling FullRefesh() for all controls. Use null to apply the operation on all connected controls.