VCGetShiftClick
VCSetShiftClick


Version:

1.2

Description:

Specifies whether or not pressing the Shift key while clicking the right mouse button activates the pop-up menus.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetShiftClick(short* iError);
extern "C" void WINAPI VCSetShiftClick(short* iError, vbool tfShift);

Delphi

function VCGetShiftClick(var iError: Smallint):Wordbool; stdcall;
procedure VCSetShiftClick(var iError: Smallint; tfShift: Wordbool); stdcall;

ActiveX/COM

Function GetShiftClick() As Integer
Sub SetShiftClick(ByVal i As Integer)

Parameters:

tf - toggle setting
0 - Off (Unchecked)
1 - On (Checked)
2 - Restore previous state

Notes:

 

See Also:

VCGetPopupButton