JVCL Help:TMenuOwnerDrawState

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

Search in JVCL Help

 
Search in all projects
 

Summary

This is the state of a menu item

run\JvMenus.pas


Pascal

 run\JvMenus.pas
 TMenuOwnerDrawState = setof (mdSelected, mdGrayed, mdDisabled, mdChecked, mdFocused, mdDefault, mdHotlight, mdInactive);


Description

A value of that type can contain one or more of the following values:

  • mdSelected
  • mdGrayed
  • mdDisabled
  • mdChecked
  • mdFocused
  • mdDefault
  • mdHotlight
  • mdInactive

run\JvMenus.pas


About

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