BuildUIControls Method

Summary
Builds all the UI controls required for creating a timeline view and adds the container into the HostControl
Syntax
C#
VB
C++
protected virtual void BuildUIControls( 
   out AutoHidePanel container, 
   out Control caption, 
   out ImageListView imageListView 
) 
  
Protected Overridable Sub BuildUIControls( _ 
   ByRef container As AutoHidePanel, _ 
   ByRef caption As Control, _ 
   ByRef imageListView As 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.