SendKeyboardEvents Property

Returns or sets a Boolean value specifying whether or not the control sends keyboard events.

Syntax

MediaPlayer.SendKeyboardEvents

Remarks

Values for this property are:

Value Description
True Keyboard events are enabled.
False (Default) Keyboard events are disabled.

Keyboard events are only fired when this property is True and the player control has focus.

Note: Enable keyboard events only if you need to use them, because they incur a slight performance cost.

See Also

KeyDown, KeyPress, KeyUp

© 1996-1998 Microsoft Corporation. All rights reserved.