System.Windows.Forms.PopupEventArgs.AssociatedWindow Property

Gets the window to which this System.Windows.Forms.ToolTip is bound.

Syntax

public IWin32Window AssociatedWindow { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a window is owned by another window, the owned window is minimized and closed with the owner window. Owned windows are also never displayed behind their owner form. In this case, the ToolTip is owned by the native Win32 window, represented by the DrawToolTipEventArgs.AssociatedWindow property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0