LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsStudyTimelineCreated Method

Show in webframe






The System.Windows.Forms.Control that hosts the timeline view.
Gets a value that determines whether the study timeline has been created for the provided control.
Syntax
public bool IsStudyTimelineCreated( 
   Control host
)
'Declaration
 
Public Function IsStudyTimelineCreated( _
   ByVal host As Control _
) As Boolean
'Usage
 
Dim instance As StudiesChronologicalTimelineManager
Dim host As Control
Dim value As Boolean
 
value = instance.IsStudyTimelineCreated(host)

            

            
public: bool IsStudyTimelineCreated( 
   Control* host
) 
public:
bool IsStudyTimelineCreated( 
   Control* host
) 

Parameters

host
The System.Windows.Forms.Control that hosts the timeline view.

Return Value

true if the study timeline is created; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

StudiesChronologicalTimelineManager Class
StudiesChronologicalTimelineManager Members

 

 


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