JVCL Help:TJvButtonMouseState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvButtonMouseState type
Search in JVCL Help
Search in all projectsSummary
Defines the possible states the mouse can be in in relation to the control.
Pascal
run\JvButton.pas
TJvButtonMouseState = (
bsMouseInside,
bsMouseDown
);
TJvButtonMouseStates = setof TJvButtonMouseState;
Members
Members | Description |
bsMouseInside | The mouse is inside the control |
bsMouseDown | The mouse has been pressed |
Description
Write here a description
See Also
List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references
About
no pages or subcategories
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