ArcFM Responder Mobile Developer Guide
WindowState Property (MessageBox)






Syntax
'Declaration
 
Public Property WindowState As System.Windows.WindowState
'Usage
 
Dim instance As MessageBox
Dim value As System.Windows.WindowState
 
instance.WindowState = value
 
value = instance.WindowState
public System.Windows.WindowState WindowState {get; set;}
public read-write property WindowState: System.Windows.WindowState; 
public function get,set WindowState : System.Windows.WindowState
public: __property System.Windows.WindowState get_WindowState();
public: __property void set_WindowState( 
   System.Windows.WindowState value
);
public:
property System.Windows.WindowState WindowState {
   System.Windows.WindowState get();
   void set (    System.Windows.WindowState value);
}
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