LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

StudiesLayout Property

Show in webframe






Gets or sets the grid layout for the studies display.
Syntax
public virtual GridViewLayout StudiesLayout {get; set;}
'Declaration
 
Public Overridable Property StudiesLayout As GridViewLayout
'Usage
 
Dim instance As WorkstationState
Dim value As GridViewLayout
 
instance.StudiesLayout = value
 
value = instance.StudiesLayout

            

            
public: __property virtual GridViewLayout get_StudiesLayout();
public: __property virtual void set_StudiesLayout( 
   GridViewLayout value
);
public:
virtual property GridViewLayout StudiesLayout {
   GridViewLayout get();
   void set (    GridViewLayout value);
}

Property Value

the Leadtools.Medical.Workstation.UI.GridViewLayout for the studies display.
Remarks
The component which is updating the layout on the Leadtools.Medical.Workstation.UI.WorkstationViewer control should update this value.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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