Experimental: this API is experimental and might be changed or removed in the future.

DropdownMenu.InsertSeparator

매뉴얼로 전환
public void InsertSeparator (string subMenuPath, int atIndex);

파라미터

atIndexIndex where the separator should be inserted.
subMenuPathThe submenu path where the separator is added. Path components are delimited by forward slashes ('/').

설명

Add a separator line in the menu. The separator is added at the end of the specified index in the list.