LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RemoveCompletedItems Property (IQueueManagerView)

Show in webframe






Gets or sets a value to remove the items that have successfully completed from the displayed items queue.
Syntax
bool RemoveCompletedItems {get; set;}
'Declaration
 
Property RemoveCompletedItems As Boolean
'Usage
 
Dim instance As IQueueManagerView
Dim value As Boolean
 
instance.RemoveCompletedItems = value
 
value = instance.RemoveCompletedItems

            

            
__property bool get_RemoveCompletedItems();
__property void set_RemoveCompletedItems( 
   bool value
);
property bool RemoveCompletedItems {
   bool get();
   void set (    bool value);
}

Property Value

true to remove the successfully completed items from the displayed items queue; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

IQueueManagerView Interface
IQueueManagerView Members

 

 


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