LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DeactivateOnClose Property

Show in webframe






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: __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

See Also

Reference

WorkstationModelessViewBase Class
WorkstationModelessViewBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.