Skybound Rebar

RebarMenuItemRenderer.DrawArrow Method 

Draws the submenu arrow to the specified Graphics surface.

[Visual Basic]
Overridable Public Sub DrawArrow( _
   ByVal graphics As Graphics _
)
[C#]
public virtual void DrawArrow(
   Graphics graphics
);

Parameters

graphics
The Graphics surface on which the submenu arrow is drawn.

Remarks

This method draws the submenu arrow using the color specified by ArrowColor. After calling DrawArrow, it is unnecessary to call SuppressStandardArrow.

See Also

RebarMenuItemRenderer Class | Skybound.Rebar.Rendering Namespace