ArcFM Responder Mobile Developer Guide
OwnedWindows Property (MessageBox)






Syntax
'Declaration
 
Public ReadOnly Property OwnedWindows As System.Windows.WindowCollection
'Usage
 
Dim instance As MessageBox
Dim value As System.Windows.WindowCollection
 
value = instance.OwnedWindows
public System.Windows.WindowCollection OwnedWindows {get;}
public read-only property OwnedWindows: System.Windows.WindowCollection; 
public function get OwnedWindows : System.Windows.WindowCollection
public: __property System.Windows.WindowCollection* get_OwnedWindows();
public:
property System.Windows.WindowCollection^ OwnedWindows {
   System.Windows.WindowCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageBox Class
MessageBox Members

Send Feedback