JVCL Help:TJvDropDownMenuPos

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates positions for a drop-down menu to appear.

run\JvSpeedButton.pas


Pascal

 run\JvSpeedButton.pas
 TJvDropDownMenuPos = (
dmpBottom,
dmpRight
);


Members

Members Description
dmpBottom The drop-down menu will appear below the associated control.
dmpRight The drop-down menu will appear on the right side of the associated control.

run\JvSpeedButton.pas


Description

Use the TJvDropDownMenuPos type to specify a position for a drop-down menu to appear.

run\JvSpeedButton.pas


See Also

TJvCustomSpeedButton.MenuPosition

run\JvSpeedButton.pas


About

Navigation

no pages or subcategories

run\JvSpeedButton.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