JVCL Help:TJvNavPaneToolPanel.ShowGrabber

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether grab handles are displayed in the caption.


Pascal

 propertyShowGrabber: Boolean;


Description

Use ShowGrabber to specify whether a grab handle" (a row of vertical dots) are displayed at the left edge of the control. The grabber is normally used to indicate that the panel can be undocked from the form it is placed on but can also be used for other purposes (for example, to indicate and initiate resizing).


See Also

TJvCustomNavPaneToolPanel.GetHitTestInfoAt


About

Notes

The panel does not have any built in docking or sizing support. You will have to implement this yourself. For an example on how this could be done, see the demo.


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