In This Article

IMenuSeparator Interface

Provides the base requirements for an object that defines an item within a menu.

public interface IMenuSeparator : IMenuItemBase

Remarks

Instances of this type are typically created by CreateMenuSeparator(), and the current menu factory can be accessed from Current.

Extension Methods