S
Stan Sainte-Rose
Hi
How to know if a control has an handle.
To be more clear, sometimes I have to remove handle using
RemoveHandler MyControl.Leave, addressOf MyControl_Leave
and use AddHandler MyControl.Leave, addressOf MyControl_Leave
But before using the AddHandler, is there a way to know if the handle is not
yet active ?
Stan
How to know if a control has an handle.
To be more clear, sometimes I have to remove handle using
RemoveHandler MyControl.Leave, addressOf MyControl_Leave
and use AddHandler MyControl.Leave, addressOf MyControl_Leave
But before using the AddHandler, is there a way to know if the handle is not
yet active ?
Stan