Base:
property
IsParent
System.Windows.Forms.Menu.IsParent
5 references to IsParent
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Menu.cs (1)
127
if (item.
IsParent
) {
winforms\Managed\System\WinForms\MenuItem.cs (4)
905
if (
IsParent
) {
950
if (data.showShortcut && data.shortcut != 0 && !
IsParent
&& !isTopLevel) {
1084
if (!hasHandle &&
IsParent
)
1314
if (recreate || (hasHandle && !
IsParent
)) {