Home | GR32_Image | TCustomPaintBox32 |
TCustomPaintBox32.Options
property Options: TPaintBoxOptions;
type TPaintBoxOptions = set of (pboWantArrowKeys, pboAutoFocus);
Description
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.
See Also
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007