JVCL Help:TJvDockVSChannel

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDockVSChannel
run\JvDockVSNetStyle.pas


Summary

Toolbar like control placed on the edge of a form that can hold auto hidden forms.

run\JvDockVSNetStyle.pas


Pascal

 run\JvDockVSNetStyle.pas
 TJvDockVSChannel = class(TCustomControl);


Description

VS.Net windows support a feature called Auto Hide. Auto Hide allows you to minimize windows along the edges of a form. TJvDockVSChannel is a container for auto hidden windows.
When auto hidden, the name and icon of a window are visible on a tab (also named pane) on a TJvDockVSChannel control at the edge of the window. The user can move the cursor over the tab to access auto hidden windows: the window will slide back into view and is ready for use. When an auto-hidden window loses focus, it automatically slides back to its tab on the TJvDockVSChannel on the edge of the form.
A single tab on the TJvDockVSChannel is represented by a TJvDockVSPane object. The tabs are grouped together; such a group is represented by a TJvDockVSBlock object.

run\JvDockVSNetStyle.pas


About

Navigation

run\JvDockVSNetStyle.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page