Click or drag to resize

MenuIsParent Property

Gets a value indicating whether this menu contains any menu items.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public virtual bool IsParent { get; }

Property Value

Type: Boolean
true if this menu contains MenuItem objects; otherwise, false.
See Also