Table of Contents
isSeparator Method 

Returns a value indicating whether this item is a separator.

Syntax
JavaScript
 MenuItem.isSeparator()

Return Value

Returns true if this item is a separator, otherwise false.

See Also