Skybound Rebar

RebarMenuItemRenderer.IsParent Property

Gets or sets whether the menu item has any subitems. This determines whether or not a submenu arrow is drawn by the DrawArrow method.

[Visual Basic]
Public Property IsParent As Boolean
[C#]
public bool IsParent {get; set;}

Property Value

true if the menu item has any subitems; otherwise, false.

See Also

RebarMenuItemRenderer Class | Skybound.Rebar.Rendering Namespace