Skybound Rebar

RebarMenuItemRenderer.SuppressStandardArrow Method 

Prevents the system from drawing the default submenu arrow for a menu item. Call this method from a DrawItem event handler for a MenuItem.

[Visual Basic]
Public Sub SuppressStandardArrow()
[C#]
public void SuppressStandardArrow();

Remarks

When you draw a custom arrow on a parent menu item in an owner-draw event handler, call this method before the event handler is exited.

The operating system draws a black submenu arrow on all owner-drawn parent menu items by default. Calling this method from a DrawItem event handler prevents the black arrow from being drawn.

See Also

RebarMenuItemRenderer Class | Skybound.Rebar.Rendering Namespace