WindowClosingEventArgs.IsChildWindow Property
Gets a Boolean value that specifies whether the window is a child window.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.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 the window is a child window, otherwise false.
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.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.