ArcFM Responder Mobile Developer Guide
RestoreBounds Property (MessageBox)






Syntax
'Declaration
 
Public ReadOnly Property RestoreBounds As System.Windows.Rect
'Usage
 
Dim instance As MessageBox
Dim value As System.Windows.Rect
 
value = instance.RestoreBounds
public System.Windows.Rect RestoreBounds {get;}
public read-only property RestoreBounds: System.Windows.Rect; 
public function get RestoreBounds : System.Windows.Rect
public: __property System.Windows.Rect get_RestoreBounds();
public:
property System.Windows.Rect RestoreBounds {
   System.Windows.Rect 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