property Options: TPaintBoxOptions;
type TPaintBoxOptions = set of (pboWantArrowKeys, pboAutoFocus);
This property controls additional options of the paint box and its descendants:
pboWantArrowKeys - indicates whether the keyboard arrow keys appear in OnKeyDown event;
pboAutoFocus - indicates that the paint box automatically captures keyboard focus when clicked with the mouse. The focus is acquired before the OnMouseDown event is fired.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024