The up-down Control makes an Object distinction between its Button components.
For example, when the User clicks the up pointing arrow Button,
the Control fires the UpClick() event. On the other hand,
when the User clicks the down pointing arrow Button,
the Control sends a DownClick() event. These allow you To treat each event separately If you want.
For example, when the User clicks the up pointing arrow Button,
the Control fires the UpClick() event. On the other hand,
when the User clicks the down pointing arrow Button,
the Control sends a DownClick() event. These allow you To treat each event separately If you want.
Comment