Property VLDVDPlayer.TVLDVDButtons.EnableMouse
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDVDButtons
Contents |
Syntax
Delphi:
property EnableMouse : Boolean read FEnableMouse write FEnableMouse default True;
C++ Builder:
__property bool EnableMouse = { read=FEnableMouse, write=FEnableMouse, default=True };
Summary
Enables or disabled the mouse button navigation.
Description
Use this property to enable or disable the mouse button
navigation.
If the mouse is enabled, and if the component is connected to a preview dock, the user can use the mouse to make menu selections in the preview dock.
If the mouse is enabled, and if the component is connected to a display trough the UserControlInputPin, the user can use the mouse to make menu selections in the image display.