WindowClosingEventArgs.IsChildWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets 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 the window is a child window, otherwise false
.