LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoHandleCellDelete Property

Show in webframe






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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


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