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

AutoHandleCellDelete Property







Gets or sets a value to enable or disable the display of a deletion confirmation message when deleting cells.
Syntax
public bool AutoHandleCellDelete {get; set;}
'Declaration
 
Public Property AutoHandleCellDelete As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim value As Boolean
 
instance.AutoHandleCellDelete = value
 
value = instance.AutoHandleCellDelete
public bool AutoHandleCellDelete {get; set;}
 get_AutoHandleCellDelete();
set_AutoHandleCellDelete(value);
public: __property bool get_AutoHandleCellDelete();
public: __property void set_AutoHandleCellDelete( 
   bool value
);
public:
property bool AutoHandleCellDelete {
   bool get();
   void set (    bool value);
}

Property Value

true to enable the the display of a deletion confirmation message when deleting cells. Otherwise; false. The default is true.
Remarks
Leadtools.Medical.Workstation.WorkstationMessages.ConfirmDeleteCellQuestion is the message that is displayed.
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

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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