VCGetPopupButton
VCSetPopupButton


Version:

1.2

Description:

Determines which button is used to activate the context sensitive pop-up menus.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetPopupButton(short* iError);
extern "C" void WINAPI VCSetPopupButton(short* iError, short i);

Delphi

function VCGetPopupButton(var iError: Smallint):Smallint; stdcall;
procedure VCSetPopupButton(var iError: Smallint; i: Smallint); far

ActiveX/COM

Function GetPopupButton() As Integer
Sub SetPopupButton(ByVal i As Integer)

Parameters:

No additional parameters are used with this subroutine.

Notes:

 

See Also:

VCAddPopupCommand, VCDeletePopupMenu, VCGetMenu