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

ApplyEffectToAllSubCells Property







Gets or sets whether the panning and zooming should occur on all sub-cells.
Syntax
bool ApplyEffectToAllSubCells {get; set;}
'Declaration
 
Property ApplyEffectToAllSubCells As Boolean
'Usage
 
Dim instance As IPanView
Dim value As Boolean
 
instance.ApplyEffectToAllSubCells = value
 
value = instance.ApplyEffectToAllSubCells
bool ApplyEffectToAllSubCells {get; set;}
get_ApplyEffectToAllSubCells();
set_ApplyEffectToAllSubCells(value);
__property bool get_ApplyEffectToAllSubCells();
__property void set_ApplyEffectToAllSubCells( 
   bool value
);
property bool ApplyEffectToAllSubCells {
   bool get();
   void set (    bool value);
}

Property Value

true if the panning and zooming should occur on all sub-cells; otherwise, it is 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

IPanView Interface
IPanView Members

 

 


Products | Support | Contact Us | Copyright Notices

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