Search
ButtonBase.OnDraw Method
See Also
 





Raises the Draw event.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

protected virtual void OnDraw (
    ButtonDrawEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDraw( _
    e As ButtonDrawEventArgs _
)

 Parameters

e

 See Also