Click or drag to resize

WindowsUtilitiesGetModalWindow Method

Gets the modal window for a given parent window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetModalWindow(
	IntPtr owner
)

Parameters

owner
Type: SystemIntPtr
The owner window handle.

Return Value

Type: IntPtr
The modal window handle or zero.
See Also