This constructor creates a menu item with no macro assigned, which is the equivalent of a separator. Assigning a MenuMacro converts the separator to a regular menu item.
Public Sub New( parent As PopMenu )
public PopMenuItem( PopMenu parent );
Parameters |
Description |
PopMenu parent |
Input the parent. |
Comments? |