- Contents
 
DesignerCOM API
II3IDMenuItem::IsSeparator Property
get_IsSeparator
Indicates whether or not the menu item is a separator.
IDL Function Prototype
HRESULT IsSeparator(
[out, retval] VARIANT_BOOL * ItemIsASeparator
);
C/C++ Syntax
HRESULT get_IsSeparator(VARIANT_BOOL * ItemIsASeparator);
Parameters
- ItemIsASeparator
 - 
 
The return value is True if the menu item is a separator; otherwise False.
 

 
			 