Control.OnPrint(PaintEventArgs) 方法

定义

引发 Paint 事件。

protected:
 virtual void OnPrint(System::Windows::Forms::PaintEventArgs ^ e);
protected virtual void OnPrint (System.Windows.Forms.PaintEventArgs e);
abstract member OnPrint : System.Windows.Forms.PaintEventArgs -> unit
override this.OnPrint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overridable Sub OnPrint (e As PaintEventArgs)

参数

e
PaintEventArgs

包含事件数据的 PaintEventArgs

例外

e 参数为 null

注解

UserPaint如果设置了 的ControlStyles位,则可以替代 OnPrint 以执行分层绘制。 有关更多信息,请参见SetStyle

适用于

另请参阅