Click or drag to resize

IOleClientSiteOnShowWindow Method

Notifies the object when its window is shown or hidden.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void OnShowWindow(
	bool fShow
)

Parameters

fShow  Boolean
if the object's window is shown; otherwise, .
See Also