LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

DeactivateOnClose Property







Gets or sets whether the form should be disposed when it is closed.
Syntax
public bool DeactivateOnClose {get; set;}
'Declaration
 
Public Property DeactivateOnClose As Boolean
'Usage
 
Dim instance As WorkstationModelessViewBase
Dim value As Boolean
 
instance.DeactivateOnClose = value
 
value = instance.DeactivateOnClose
public bool DeactivateOnClose {get; set;}
 get_DeactivateOnClose();
set_DeactivateOnClose(value);
public: __property bool get_DeactivateOnClose();
public: __property void set_DeactivateOnClose( 
   bool value
);
public:
property bool DeactivateOnClose {
   bool get();
   void set (    bool value);
}

Property Value

true to dispose the form when it is closed; otherwise, it is false.
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

WorkstationModelessViewBase Class
WorkstationModelessViewBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.