WindowClosingEventArgs.IsChildWindow Property

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

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As WindowClosingEventArgs
Dim value As Boolean

value = instance.IsChildWindow

Syntax

'Declaration
Public ReadOnly Property IsChildWindow As Boolean
public bool IsChildWindow { get; }
public:
property bool IsChildWindow {
    bool get ();
}
/** @property */
public boolean get_IsChildWindow ()
public function get IsChildWindow () : boolean

Property Value

Type: Boolean
True if it is a child window; false otherwise.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WindowClosingEventArgs Class
WindowClosingEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.