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

ActiveCellSelectedAnnotation Property







Gets or sets the selected Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier for the ActiveCell.
Syntax
public virtual AnnotationIdentifier ActiveCellSelectedAnnotation {get; set;}
'Declaration
 
Public Overridable Property ActiveCellSelectedAnnotation As AnnotationIdentifier
'Usage
 
Dim instance As WorkstationState
Dim value As AnnotationIdentifier
 
instance.ActiveCellSelectedAnnotation = value
 
value = instance.ActiveCellSelectedAnnotation
public virtual AnnotationIdentifier ActiveCellSelectedAnnotation {get; set;}
 get_ActiveCellSelectedAnnotation();
set_ActiveCellSelectedAnnotation(value);
public: __property virtual AnnotationIdentifier* get_ActiveCellSelectedAnnotation();
public: __property virtual void set_ActiveCellSelectedAnnotation( 
   AnnotationIdentifier* value
);
public:
virtual property AnnotationIdentifier* ActiveCellSelectedAnnotation {
   AnnotationIdentifier* get();
   void set (    AnnotationIdentifier* value);
}

Property Value

The selected Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier for the ActiveCell.
Remarks
This value should be updated by the component loading the annotation for the cell.
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

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices

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