Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)

  • Declared in: RT.Util.Controls.NativeToolStripRenderer
  • Overrides: ToolStripRenderer.OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)

Declaration

protected override void OnRenderSplitButtonBackground(
    ToolStripItemRenderEventArgs e
)

Summary

The only purpose of this override is to change the arrow colour. It's OK to just draw over the default arrow since we also pass down arrow drawing to the system renderer.