Given a small square control like a button or picture/image that have no image, text or borders, using tooltips on the form and balloons set to true, it seems that some controls are totally blocked by the balloon overlay (associated balloons appear to attach by default to either the lower center UP or top Center DOWN both of which obscure the control
) ... when I set Balloon to off, the Click or Double-Click is then accessible under the rectangular tooltip (the controls are much smaller then the balloon) ... I vaguely recall that in some older GUI models, Hidden controls like these were considered Hot Spots or Areas which one could assign attributes like Mouse over help
when moving the mouse around the control the balloon just automatically readjusts its anchor point on the control but still obscures the control
Without over-sizing these Controls, is there some way to:
- capture the click/double-click event regardless of someone clicking the balloon?
or
- explicitly define where to attach a balloon OR Balloon Orientation so it doesn't obscure the control?
being able to change a balloon anchor to top Center UP would work
) ... when I set Balloon to off, the Click or Double-Click is then accessible under the rectangular tooltip (the controls are much smaller then the balloon) ... I vaguely recall that in some older GUI models, Hidden controls like these were considered Hot Spots or Areas which one could assign attributes like Mouse over help
when moving the mouse around the control the balloon just automatically readjusts its anchor point on the control but still obscures the control
Without over-sizing these Controls, is there some way to:
- capture the click/double-click event regardless of someone clicking the balloon?
or
- explicitly define where to attach a balloon OR Balloon Orientation so it doesn't obscure the control?
being able to change a balloon anchor to top Center UP would work