ISmpOEMEvents::InvokeCustomViewMenu

SalesMate+

iMenuType in Long type

Method description

Invoke the Custom View Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString ViewMenuCheckBox="True" ;
if(ViewMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomViewMenuDlg(ID_VIEW_TOOLBAR_MAINTOOLBAR ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomViewMenuDlg(ID_VIEW_TOOLBAR_MAINTOOLBAR ,FALSE);
}

 

(C) 1999-2001 My Company All rights reserved