LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ActiveCell Property

Show in webframe






Gets or sets the selected Leadtools.MedicalViewer.MedicalViewerBaseCell.
Syntax
public virtual MedicalViewerBaseCell ActiveCell {get; set;}
'Declaration
 
Public Overridable Property ActiveCell As MedicalViewerBaseCell
'Usage
 
Dim instance As WorkstationState
Dim value As MedicalViewerBaseCell
 
instance.ActiveCell = value
 
value = instance.ActiveCell

            

            
public: __property virtual MedicalViewerBaseCell* get_ActiveCell();
public: __property virtual void set_ActiveCell( 
   MedicalViewerBaseCell* value
);
public:
virtual property MedicalViewerBaseCell* ActiveCell {
   MedicalViewerBaseCell* get();
   void set (    MedicalViewerBaseCell* value);
}

Property Value

The selected Leadtools.MedicalViewer.MedicalViewerBaseCell.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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