LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

BuildUIControls Method

Show in webframe






An Leadtools.Medical.Workstation.UI.AutoHidePanel control that represents the timeline view.
The System.Windows.Forms.Control that contains the caption text and used to listen to mouse events for dragging and docking.
The Leadtools.Medical.Workstation.UI.ImageListView which is used to load the timeline information and images into.
Builds all the UI control required for creating a timeline view and add the container into the HostControl
Syntax
protected virtual void BuildUIControls( 
   out AutoHidePanel container,
   out Control caption,
   out ImageListView imageListView
)
'Declaration
 
Protected Overridable Sub BuildUIControls( _
   ByRef container As AutoHidePanel, _
   ByRef caption As Control, _
   ByRef imageListView As ImageListView _
) 
'Usage
 
Dim instance As StudiesChronologicalSequenceBuilder
Dim container As AutoHidePanel
Dim caption As Control
Dim imageListView As ImageListView
 
instance.BuildUIControls(container, caption, imageListView)

            

            
protected: virtual void BuildUIControls( 
   [PARAMFLAG::Out] AutoHidePanel* container,
   [PARAMFLAG::Out] Control* caption,
   [PARAMFLAG::Out] ImageListView* imageListView
) 
protected:
virtual void BuildUIControls( 
   [Out] AutoHidePanel* container,
   [Out] Control* caption,
   [Out] ImageListView* imageListView
) 

Parameters

container
An Leadtools.Medical.Workstation.UI.AutoHidePanel control that represents the timeline view.
caption
The System.Windows.Forms.Control that contains the caption text and used to listen to mouse events for dragging and docking.
imageListView
The Leadtools.Medical.Workstation.UI.ImageListView which is used to load the timeline information and images into.
Requirements

Target Platforms

See Also

Reference

StudiesChronologicalSequenceBuilder Class
StudiesChronologicalSequenceBuilder Members

 

 


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