Re: [Win21Lib] is list open? (duh, [Win32Lib] !)
Pete Stoner wrote:
>
> CChris wrote:
> >
> > To all users: is an isDropped(id) routine useful? It would apply to
> > menus,lists,
> > combos and ComboBoxEx. Returns 1 if id is showing items, else 0.
> >
> > CChris
>
> It certainly would, I've needed that in the past..
>
> PeteS
Ok, will add.
The menu part is done already so as to determine whether a menu is visible,
which is important for setPointer() to know so as to skip invisible things.
For other controls, I'll use the trick I just posted in response to Dan,
implementing it in a protected handler at the bottom of the chain. Unless I find
another way (didn't check for children of the control, for instance).
CChris
|
Not Categorized, Please Help
|
|