This method is override in order to draw the line of the caption and the Form Border.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
RemarksNotes to Inheritors: When overriding OnPaint in a derived class, be sure to call the base class's OnPaint method so that registered delegates receive the event.
See Also