The default ToolStrip apparently renders an MS Office Style ToolStrip when the RenderMode is other
than "System". When using a BackgroundImage in the ToolStrip, this Office Style border has rounded
corners and looks like hell.
According to the Help file:
To change the Microsoft Office–style borders to straight
Override
System.Windows. Forms.ToolStrip ProfessionalRen derer.OnRenderT oolStripBorder( System.Windows. Forms.ToolStrip RenderEventArgs ),
but do not call the base class.
Can anyone explain or show an example of how the above is implemented?
Thanks,
Gene
Comment