Builds all the UI controls required for creating a timeline view and adds the container into the HostControl
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET