←Select platform

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 Leadtools.Medical.Workstation.Ui.AutoHidePanel, _ 
   ByRef caption As Control, _ 
   ByRef imageListView As Leadtools.Medical.Workstation.Ui.ImageListView _ 
)  
protected: 
virtual void BuildUIControls(  
   [Out] Leadtools.Medical.Workstation.Ui.AutoHidePanel^ container, 
   [Out] Control^ caption, 
   [Out] Leadtools.Medical.Workstation.Ui.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly