LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ActiveCellSelectedAnnotation Property

Show in webframe






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

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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