Click or drag to resize

WindowsUtilities.GetModalWindow 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: System.IntPtr
The owner window handle.

Return Value

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