LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

BuildUIControls Method







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( 
   out AutoHidePanel container,
   out Control caption,
   out ImageListView imageListView
)
 function Leadtools.Medical.Workstation.StudiesChronologicalSequenceBuilder.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StudiesChronologicalSequenceBuilder Class
StudiesChronologicalSequenceBuilder Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.