ToolBar.Paint Event
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shadows Event Paint As PaintEventHandler [C#] public new event PaintEventHandler Paint; [C++] public: __event PaintEventHandler* Paint;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
See Also
ToolBar Class | ToolBar Members | System.Windows.Forms Namespace