Share via


WindowClosingEventArgs.IsChildWindow Property

Definition

Gets or sets a Boolean value that specifies whether the window is a child window.

public:
 property bool IsChildWindow { bool get(); };
public bool IsChildWindow { get; }
member this.IsChildWindow : bool
Public ReadOnly Property IsChildWindow As Boolean

Property Value

True if it is a child window; false otherwise.

Applies to