Select a button in DVD menu, at specified position. To actually press the button call DVDActivateButton.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DVDSelectAt(
	int x,
	int y
)
Public Sub DVDSelectAt ( _
	x As Integer, _
	y As Integer _
)
public:
void DVDSelectAt(
	int x, 
	int y
)

Parameters

x
Int32
X coordinate
y
Int32
Y coordinate

See Also