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

RemoveCompletedItems Property (QueueManager)







Gets or sets a value to remove the successfully completed items from the displayed items queue.
Syntax
public bool RemoveCompletedItems {get; set;}
'Declaration
 
Public Property RemoveCompletedItems As Boolean
'Usage
 
Dim instance As QueueManager
Dim value As Boolean
 
instance.RemoveCompletedItems = value
 
value = instance.RemoveCompletedItems
public bool RemoveCompletedItems {get; set;}
 get_RemoveCompletedItems();
set_RemoveCompletedItems(value);
public: __property bool get_RemoveCompletedItems();
public: __property void set_RemoveCompletedItems( 
   bool value
);
public:
property bool RemoveCompletedItems {
   bool get();
   void set (    bool value);
}

Property Value

Type: System.Boolean True to remove the successfully completed items from the displayed items queue; Otherwise, 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

QueueManager Class
QueueManager Members

 

 


Products | Support | Contact Us | Copyright Notices

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