Description

The OnSetFocus event. The viewer is gaining keyboard input focus.

Syntax

Private Sub object_Activate(Window, bHandled)

The Activate Event syntax has these parts:

PartDescription
objectA McWindows object.
WindowA McWindow object.
bHandledA Boolean value.

Setting this parameter to true aborts the propagation of this event to other clients. The implication is that the client code that set this parameter has handled the event and no other clients should.

Remarks

The viewer does nothing with this event. Refer to WM_SETFOCUS.